{
  "name": "DepEd SDO Tandag - Document Tracking System",
  "short_name": "DepEd DTS",
  "description": "Official document lifecycle, tracking ledger, and workflow processing for DepEd SDO Tandag City.",
  "start_url": "/dashboard",
  "scope": "/",
  "id": "/?source=pwa",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "/img/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/img/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/img/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/img/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/img/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/img/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/img/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View document tracking management dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/img/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Documents",
      "short_name": "My Docs",
      "description": "View active and recorded documents",
      "url": "/documents",
      "icons": [{ "src": "/img/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Scan & Receive",
      "short_name": "Scan QR",
      "description": "Quickly scan and receive document QR codes",
      "url": "/documents/scan",
      "icons": [{ "src": "/img/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Track Document",
      "short_name": "Track",
      "description": "Public document tracking verification",
      "url": "/track",
      "icons": [{ "src": "/img/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
