{
    "manifest_version": 2,
    "name": "Bazooka",
    "short_name": "Bazooka",
    "description": "Detta är hemsidan för webb-byrån Bazooka",
    "version": "3.0",
    "default_locale": "sv",
    "display": "standalone",
    "start_url": "/",
    "homepage_url": "https://bazooka.se",
    "background_color": "#0e0e11",
    "theme_color": "#5726ff",
    "icons": [
      {
        "src": "apple-touch-icon-white.png",
        "sizes": "180x180",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "favicon-white.ico",
        "sizes": "256x256",
        "type": "image/x-icon"
      },
      {
        "src": "baz-favicon-white.svg",
        "sizes": "150x150",
        "type": "image/svg+xml"
      }
    ]
  }