{
  "name": "Hobbes Games",
  "short_name": "Hobbes Games",
  "description": "Games, apps, and endless adventures. Hobbes Games website v1.0.7 with mobile PWA support.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#050609",
  "theme_color": "#ffd21e",
  "orientation": "any",
  "categories": [
    "games",
    "productivity",
    "entertainment"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}