{
  "name": "Copper Star Certification System",
  "short_name": "Copper Star",
  "description": "24HourDallas Copper Star venue certification management platform. Complete on-site assessments, track certifications, and manage venue safety compliance.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#c87533",
  "orientation": "any",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Applications",
      "short_name": "Dashboard",
      "description": "View your certification applications",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "New Application",
      "short_name": "New App",
      "description": "Start a new certification application",
      "url": "/application/new",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Certified Directory",
      "short_name": "Directory",
      "description": "Browse certified venues",
      "url": "/directory",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
