{
  "name": "Downtown Disciples - Official Band Website",
  "short_name": "DTD",
  "description": "Official website of Downtown Disciples - Christian music band",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#1a1a1a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["music", "entertainment", "lifestyle"],
  "icons": [
    {
      "src": "/assets/img/logo/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/logo/logo_color.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/img/covers/2033.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Downtown Disciples - 2033 Album"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest Album",
      "short_name": "Album",
      "description": "Listen to our latest album 2033",
      "url": "/#discography",
      "icons": [
        {
          "src": "/assets/img/covers/2033.jpg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with Downtown Disciples",
      "url": "/#contact",
      "icons": [
        {
          "src": "/assets/img/logo/favicon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
} 