{
  "name": "Rostra",
  "short_name": "Rostra",
  "description": "Enterprise annual workforce planning",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1421",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "lang": "en-AU",
  "shortcuts": [
    {
      "name": "Roster Grid",
      "short_name": "Roster",
      "description": "Open this year's workforce roster",
      "url": "/",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Import Roster",
      "short_name": "Import",
      "description": "Import an Excel roster file",
      "url": "/import",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View workforce planning dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": [
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "application/vnd.ms-excel",
            ".xlsx",
            ".xls"
          ]
        }
      ]
    }
  }
}
