{
  "name": "Daiying Slingshot",
  "short_name": "Daiying",
  "description": "A free physics slingshot puzzle shooter game.",
  "lang": "en",
  "start_url": "./game.html",
  "scope": "../",
  "display": "fullscreen",
  "orientation": "landscape",
  "background_color": "#080b10",
  "theme_color": "#111827",
  "categories": [
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "../icon-600.png",
      "sizes": "600x600",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}