{
  "name": "Production Atlas",
  "short_name": "Atlas",
  "description": "Public work-mapping tool for live-event production contractors. Find festival dates, employers, and public application links.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#10141a",
  "theme_color": "#f2b705",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Opportunities",
      "short_name": "Opportunities",
      "description": "Browse open festival opportunities",
      "url": "/opportunities.html",
      "icons": [{ "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View festival calendar",
      "url": "/calendar.html",
      "icons": [{ "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Employers",
      "short_name": "Employers",
      "description": "Browse public employers",
      "url": "/employers.html",
      "icons": [{ "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
