{
  "name": "San Bernardino County Budget 101 Interactive Prototype",
  "short_name": "Budget 101",
  "description": "Static PWA prototype for a resident-friendly San Bernardino County budget website.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0b2d57",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Explore the budget", "short_name": "Budget", "url": "./index.html#budget-atlas" },
    { "name": "Departments", "short_name": "Departments", "url": "./index.html#department-explorer" },
    { "name": "Focus on Service", "short_name": "Stories", "url": "./index.html#focus-service" }
  ]
}
