{
  "id": "/",
  "name": "GuroAI PH",
  "short_name": "GuroAI",
  "description": "AI-powered lesson planning for Filipino teachers. Generate DepEd-aligned ILAW lesson plans, access the Curriculum Library, and teach smarter.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#24285B",
  "background_color": "#FAF9F7",
  "lang": "fil",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Lesson Plan",
      "short_name": "Create",
      "description": "Generate a new DepEd-aligned ILAW lesson plan",
      "url": "/create?source=shortcut",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Curriculum Library",
      "short_name": "Library",
      "description": "Browse Curriculum Guides and Budget of Work",
      "url": "/library?source=shortcut",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
