{
  "name": "New Zealand Fiscal & Bond Dashboard",
  "short_name": "NZ Finance",
  "description": "A comprehensive fiscal dashboard for New Zealand (2025). Explore detailed government revenue, expenditure, debt, welfare, tax rates, and interact with an AI RBNZ analyst. Powered by official data from Treasury, Stats NZ, and RBNZ.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#1a1c1e",
  "theme_color": "#121212",
  "orientation": "any",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "business",
    "finance",
    "government",
    "news"
  ],
  "shortcuts": [
    {
      "name": "NZ Fiscal Dashboard",
      "short_name": "Fiscal",
      "description": "View New Zealand's fiscal health dashboard",
      "url": "/index.html",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "NZ Bond Markets",
      "short_name": "Bonds",
      "description": "Analyze the New Zealand bond market and yield curve",
      "url": "/bonds.html",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
