{
  "name": "Project Control Center",
  "short_name": "PCC",
  "description": "Project Control Center for school operations, projects, and document registry.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#f8fafc",
  "theme_color": "#0f3a6e",
  "orientation": "portrait-primary",
  "categories": ["productivity", "education", "business"],
  "lang": "th",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/pcc-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/pcc-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "ทะเบียนหนังสือรับ",
      "short_name": "ทะเบียนรับ",
      "url": "/documents?source=pwa-shortcut",
      "icons": [{ "src": "/icons/pcc-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "โปรเจกต์",
      "short_name": "โปรเจกต์",
      "url": "/projects?source=pwa-shortcut",
      "icons": [{ "src": "/icons/pcc-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
