{
  "name": "Project Ergonius: Ultimate RPG Adventure",
  "short_name": "Ergonius",
  "description": "Open-level RPG progression adventure with quests, builds, achievements, skins, leveling, underwater swimming, outside routes, and elite monsters.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "fullscreen",
  "orientation": "any",
  "background_color": "#050713",
  "theme_color": "#80f6ff",
  "categories": [
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}