{
  "name": "Clever Random Numbers",
  "short_name": "cRandom",
  "description": "Generates random numbers and displays them as Bingo Balls, Dice, Raffle Tickets and more",
  "start_url": "/",
  "id": "cleverRandom",
  "display": "standalone",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
	"screenshots": [
    {
	  "src": "screenshots/desktopDice.png",
      "sizes": "1108x584",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Intro"
    },
    {
	  "src": "screenshots/mobileDice.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile 3 Dice draw"
    }	
]}