{
  "name": "AuralFM",
  "short_name": "AuralFM",
  "description": "A globe you listen to: live radio from 12,000 places, and the sky over them.",
  "id": "/",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "shortcuts": [
    {
      "name": "Take me somewhere",
      "short_name": "Somewhere",
      "url": "./?go=somewhere"
    },
    {
      "name": "Favorites",
      "short_name": "Favorites",
      "url": "./?go=favorites"
    }
  ],
  "background_color": "#0C0B0B",
  "theme_color": "#0C0B0B",
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}