{
  "name": "After Midnight",
  "short_name": "After Midnight",
  "description": "Late night listening.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#070912",
  "theme_color": "#070912",

  "icons": [
    {
      "src": "./icons/icon192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "./lowroar.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],

  "categories": [
    "music",
    "entertainment"
  ],

  "lang": "en-US"
}
