{
  "id": "destiny-draw",
  "name": "Destiny Draw",
  "short_name": "Destiny Draw",
  "description": "A premium Powerball and Mega Millions number generator.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "fullscreen"
  ],
  "background_color": "#050b14",
  "theme_color": "#050b14",
  "orientation": "portrait-primary",
  "categories": [
    "utilities",
    "entertainment"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Powerball",
      "url": "./powerball.html",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Mega Millions",
      "url": "./mega-millions.html",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}