{
  "name": "albumist.app",
  "short_name": "albumist",
  "scope": "/",
  "share_target": {
    "action": "/app",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },
  "description": "Albums, Not Algorithms.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0B0E1A",
  "theme_color": "#0B0E1A",
  "icons": [
    {
      "src": "/apple-touch-icon-v7.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/albumist-icon-192-v7.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/albumist-icon-512-v7.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/albumist-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
