{
  "short_name": "Dings",
  "name": "Dings",
  "description": "Dings - Your Life: Your Game!",
  "display": "standalone",
  "orientation": "any",
  "start_url": "/latest?source=pwa",
  "scope": "/",
  "background_color": "#ffffff",
  "theme_color": "#1d84df",
  "categories": ["education", "entertainment", "games", "health", "social", "party"],
  "dir": "ltr",
  "lang": "en-US",
  "shortcuts": [
    {
      "name": "Dings!",
      "url": "/latest?source=pwa",
      "description": "Dings - Your Life: Your Game!",
      "icons": [
        {
          "src":"/images/dings-logo-96x96.png",
          "sizes":"96x96",
          "type":"image/png"
        },
        {
          "src":"/images/android-mobile-192x192.png",
          "sizes":"192x192",
          "type":"image/png"
        },
        {
          "src":"/images/android-tablet-512x512.png",
          "sizes":"512x512",
          "type":"image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src":"/images/android-mobile-192x192.png",
      "sizes":"192x192",
      "type":"image/png"
    },
    {
      "src":"/images/android-tablet-512x512.png",
      "sizes":"512x512",
      "type":"image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/images/spitzenreiter.png",
      "sizes": "640x1236",
      "type": "image/png"
    }
  ]
}
