{
  "theme_color": "#3f3f46",
  "background_color": "#3f3f46",
  "icons": [
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "androidRekkidHunterLogo.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "iosRekkidHunterLogo.png",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/wide_screenshot.png",
      "type": "image/png",
      "sizes": "2878x1554",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/narrow_screenshot.png",
      "type": "image/png",
      "sizes": "765x868",
      "form_factor": "narrow"
    }
  ],
  "orientation": "any",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "dir": "auto",
  "lang": "en-GB",
  "name": "Rekkid Hunter",
  "short_name": "Rekkid Hunter",
  "description": "We aim to help users find vinyl records of their currently playing spotify song. We let them know whether it is available on platforms such as Discogs.",
  "id": "com.rekkidhunter.pwa",
  "start_url": "/",
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to the dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Beta",
      "short_name": "Beta",
      "description": "Go to the beta/About us page",
      "url": "/about"
    },
    {
      "name": "Liked Songs",
      "short_name": "Liked Songs",
      "description": "Go to liked songs",
      "url": "/liked-songs"
    },
    {
      "name": "Playlists",
      "short_name": "Playlists",
      "description": "Go to playlists",
      "url": "/playlists"
    }
  ],
  "categories": [
    "entertainment",
    "music"
  ]
}