{
  "name": "PodcastSkipper - Ad-Free Podcast Player",
  "short_name": "PodcastSkipper",
  "description": "The ad-free podcast experience. Automatically skip sponsor segments.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["entertainment", "music"],
  "shortcuts": [
    {
      "name": "Search Podcasts",
      "url": "/?tab=search",
      "description": "Find new podcasts"
    },
    {
      "name": "My Queue",
      "url": "/?tab=home",
      "description": "View your listening queue"
    }
  ]
}
