{
  "id": "/",
  "name": "Aetheria Digital Dawn 2026",
  "short_name": "Aetheria",
  "description": "Festival app for Aetheria Digital Dawn 2026 by Darwin Doofers.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#0b0b10",
  "theme_color": "#0b0b10",
  "lang": "en-AU",
  "categories": [
    "music",
    "entertainment",
    "events"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Set Times",
      "short_name": "Set Times",
      "description": "Open the festival schedule.",
      "url": "/set-times",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Line-up",
      "short_name": "Line-up",
      "description": "Open the artist line-up.",
      "url": "/line-up",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Admin",
      "short_name": "Admin",
      "description": "Open the admin dashboard.",
      "url": "/admin",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
