{
  "name": "Ninjas Live",
  "short_name": "Ninjas Live",
  "description": "Master the way of the ninja. Complete missions, build your clan, and dominate Japan.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e0e0e",
  "theme_color": "#2472a4",
  "icons": [
    { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/img/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/img/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Missions",
      "url": "/missions"
    },
    {
      "name": "Attack",
      "url": "/attack"
    },
    {
      "name": "Dojo",
      "url": "/equipment"
    },
    {
      "name": "Clans",
      "url": "/clan"
    }
  ]
}
