{
  "name": "Travianzada Mobile",
  "short_name": "Travianzada",
  "description": "Travianzada - A browser-based strategy game",
  "start_url": "/dorf1.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2a2a2a",
  "background_color": "#ffffff",
  "icon_color": "#ff6600",
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["games", "productivity"],
  "icons": [
    {
      "src": "/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Village Overview",
      "short_name": "Overview",
      "description": "Open village overview",
      "url": "/dorf1.php",
      "icons": [
        {
          "src": "/img/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Village Centre",
      "short_name": "Centre",
      "description": "Open village centre",
      "url": "/dorf2.php",
      "icons": [
        {
          "src": "/img/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Map",
      "short_name": "Map",
      "description": "View the game map",
      "url": "/karte.php",
      "icons": [
        {
          "src": "/img/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
