{
  "name": "StableKraft - Music & Podcast Hub",
  "short_name": "StableKraft",
  "description": "Discover and listen to music and podcasts with offline support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1f2937",
  "theme_color": "#1f2937",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["music", "entertainment", "lifestyle"],
  "capabilities": ["audio-playback"],
  "display_override": ["standalone", "fullscreen"],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "icons": [
    {
      "src": "/pwa-icon-192.png?v=20251204",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png?v=20251204",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png?v=20251204",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/placeholder-podcast.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "DoerfelVerse Music Hub"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Albums",
      "short_name": "Albums",
      "description": "Browse all available albums",
      "url": "/",
      "icons": [
        {
          "src": "/apple-touch-icon-76x76.png",
          "sizes": "76x76",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
} 