{
  "id": "/",
  "name": "DN Physics",
  "short_name": "DN Physics",
  "description": "Premium A/L Physics notes, formula sheets, and past paper MCQ practice by DinuuNOVA.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0b1220",
  "theme_color": "#4ea1ff",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity", "books", "reference"],
  "prefer_related_applications": false,

  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "All Notes",
      "short_name": "Notes",
      "description": "Open the full Physics PDF library.",
      "url": "/topics/viewer.html"
    },
    {
      "name": "Units",
      "short_name": "Units",
      "description": "Open Units revision notes.",
      "url": "/subjects/units/index.html"
    },
    {
      "name": "Current Electricity",
      "short_name": "Electricity",
      "description": "Open Current Electricity revision notes.",
      "url": "/subjects/current-electricity/index.html"
    }
  ]
}