{
  "name": "RollIt",
  "short_name": "RollIt",
  "description": "Pick your numbers, roll the dice, win points. Challenge friends and climb the leaderboard.",
  "start_url": "https://www.playrollit.com/",
  "scope": "https://www.playrollit.com/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1A0A12",
  "background_color": "#1A0A12",
  "categories": [
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "https://www.playrollit.com/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "https://www.playrollit.com/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Play now",
      "short_name": "Play",
      "description": "Jump straight into a round",
      "url": "https://www.playrollit.com/?action=play",
      "icons": [
        {
          "src": "https://www.playrollit.com/icons/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}