{
  "name": "Earn Your Ground",
  "short_name": "Earn Your Ground",
  "description": "Move, claim, and defend territory from a standalone mobile home-screen app.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#dfe8e5",
  "theme_color": "#0b7a53",
  "icons": [
    {
      "src": "./app-icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./app-icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
