{
  "name": "Sity Schoolware Report Generator",
  "short_name": "Sity Schoolware",
  "description": "Offline class teacher report generator for Nigerian schools. Generate, save and export professional student report cards without internet.",
  "start_url": "./SitySchoolware.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050E2B",
  "theme_color": "#050E2B",
  "lang": "en-NG",
  "dir": "ltr",
  "categories": ["education", "productivity"],

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

  "screenshots": [],

  "shortcuts": [
    {
      "name": "New Report",
      "short_name": "New Report",
      "description": "Start a new student report",
      "url": "./SitySchoolware.html",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Reports",
      "short_name": "Saved",
      "description": "View all saved reports",
      "url": "./SitySchoolware.html",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    }
  ],

  "prefer_related_applications": false
}
