{
  "name": "PeanFM",
  "short_name": "PeanFM",
  "description": "Stream your favorite music with PeanFM - Live radio and music streaming",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#3f3f3f",
  "theme_color": "#b77c42",
  "icons": [
    {
      "src": "/img/logos/white-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/logos/white-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/logos/white-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/pages/home/bg.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/img/pages/home/bg.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["music", "entertainment"],
  "shortcuts": [
    {
      "name": "Play Now",
      "short_name": "Play",
      "description": "Start listening to PeanFM",
      "url": "/?action=play",
      "icons": [
        {
          "src": "/img/logos/white-logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
