{
 "name": "AppScout",
 "short_name": "AppScout",
 "description": "Discover, compare and download the best apps & games",
 "start_url": "/",
 "display": "standalone",
 "background_color": "#0b69ff",
 "theme_color": "#0b69ff",
 "lang": "en",
 "scope": "/",
 "icons": [
  {
   "src": "/assets/favicon.svg",
   "sizes": "any",
   "type": "image/svg+xml",
   "purpose": "any maskable"
  },
  {
   "src": "/assets/apple-touch-icon.png",
   "sizes": "180x180",
   "type": "image/png"
  }
 ]
}