{
  "name": "FCFCOA Case Archive",
  "short_name": "FCFCOA",
  "description": "BRC14578/2024 — confidential case archive, search, and correspondence tracker",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0E0E14",
  "theme_color": "#1C1C24",
  "lang": "en-AU",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search across all paragraphs",
      "url": "/search",
      "icons": [{ "src": "/static/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Correspondence",
      "short_name": "Email",
      "description": "Tracker for incoming case correspondence",
      "url": "/correspondence",
      "icons": [{ "src": "/static/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "Court dates and deadlines",
      "url": "/calendar",
      "icons": [{ "src": "/static/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
