{
  "name": "SepoGames — Free Browser Arcade",
  "short_name": "SepoGames",
  "description": "17 free games that run straight in your browser. No download, no sign-up.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1A1035",
  "theme_color": "#1A1035",
  "lang": "en",
  "categories": [
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Solitaire",
      "url": "/solitaire.html"
    },
    {
      "name": "Sudoku",
      "url": "/sudoku.html"
    },
    {
      "name": "Bubble Pop",
      "url": "/bubble-pop.html"
    }
  ]
}
