{
  "name": "Velvet Wire Radio",
  "short_name": "VW Radio",
  "description": "The official 24/7 Velvet Wire Music station. Every artist on the roster, on rotation day and night.",
  "id": "/radio",
  "start_url": "/radio",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#080808",
  "background_color": "#080808",
  "categories": ["music", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/store-assets/screenshot-phone-radio.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Velvet Wire Radio player with live now-playing artwork"
    },
    {
      "src": "/store-assets/screenshot-phone-artists.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Artist roster on rotation"
    },
    {
      "src": "/store-assets/screenshot-phone-playlists.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Import and save playlists without a Spotify account"
    },
    {
      "src": "/store-assets/screenshot-tablet-radio.png",
      "sizes": "1440x1920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Velvet Wire Radio on tablet"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Radio",
      "short_name": "Radio",
      "description": "Start listening to Velvet Wire Radio",
      "url": "/radio",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Music Library",
      "short_name": "Music",
      "description": "Browse the Velvet Wire catalog and build playlists",
      "url": "/music",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
