{
  "id": "/",
  "name": "3D Maze Game",
  "short_name": "3D Maze",
  "description": "An endless 3D labyrinth adventure game featuring tiered elevations, dynamic maze guardians, and collectible items.",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "fullscreen",
    "standalone"
  ],
  "tab_strip": {
    "home_tab": {
      "scope": "/"
    },
    "new_tab_button": {
      "url": "/"
    }
  },
  "orientation": "landscape",
  "theme_color": "#090d16",
  "background_color": "#090d16",
  "lang": "en",
  "dir": "ltr",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "categories": [
    "games",
    "entertainment",
    "puzzle"
  ],
  "launch_handler": {
    "client_mode": "auto"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/?note=maze-notes"
  },
  "file_handlers": [
    {
      "action": "/",
      "name": "Maze Map Data",
      "accept": {
        "application/json": [".json"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+maze",
      "url": "/?level=%s"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.dennis.mazefun3d",
      "id": "com.dennis.mazefun3d"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://ais-pre-p3uaiv6d2ewe2rpsrcywgs-28592218008.europe-west2.run.app"
    },
    {
      "type": "origin",
      "origin": "https://ais-dev-p3uaiv6d2ewe2rpsrcywgs-28592218008.europe-west2.run.app"
    }
  ],
  "widgets": [
    {
      "name": "Maze Quick Stats",
      "description": "Daily 3D Maze labyrinth progression and high scores",
      "tag": "maze-stats",
      "template": "maze-stats-template",
      "ms_ac_template": "/widgets/maze-card.json",
      "data": "/widgets/maze-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/playstore/phone/phone-1-ancient-exploration.jpg",
          "sizes": "1920x1080",
          "label": "Maze Quick Stats Widget Preview"
        }
      ],
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192"
        }
      ],
      "auth": false,
      "update": 86400
    }
  ],
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/playstore/phone/phone-1-ancient-exploration.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Ancient Labyrinth Exploration with 3D Elevational Terraces"
    },
    {
      "src": "/playstore/phone/phone-2-guardian-trampoline.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Mechanical Sentry Guardians and Kinetic Trampoline Jump"
    },
    {
      "src": "/playstore/phone/phone-narrow-1.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Spooky Night Labyrinth with Violet Fog and Candle Beacons"
    },
    {
      "src": "/playstore/phone/phone-narrow-2.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Martian Badlands Canyon Arena Boss Trial"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Game",
      "short_name": "Play",
      "description": "Start playing 3D Maze Game instantly",
      "url": "/",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
