{
  "name": "NPG Paper Generator | Physics Class 12",
  "short_name": "NPG Physics",
  "description": "Smart Physics Exam Paper Generator & Fast OMR Scanner for Class 12 GSEB and CBSE by Irshad Sir.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0b1120",
  "theme_color": "#0b3d91",
  "orientation": "any",
  "categories": ["education", "utilities", "productivity"],
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "GSEB Paper Maker",
      "short_name": "GSEB",
      "description": "Generate Class 12 GSEB Physics Papers",
      "url": "./index.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "CBSE Paper Maker",
      "short_name": "CBSE",
      "description": "Generate Class 12 CBSE Physics Papers",
      "url": "./paper_cbse.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "OMR Offline Scanner",
      "short_name": "OMR Scan",
      "description": "Evaluate Student OMR Answer Sheets",
      "url": "./index.html#omr",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
