{
  "name": "Dice - FFMini",
  "short_name": "Dice",
  "description": "Roll the dice and reveal a random number",
  "start_url": "/dice/index.html",
  "display": "standalone",
  "background_color": "#7c3aed",
  "theme_color": "#8b5cf6",
  "orientation": "any",
  "scope": "/dice/",
  "lang": "en",
  "categories": [
    "games",
    "entertainment",
    "kids"
  ],
  "icons": [
    {
      "src": "/icons/dice.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/dice.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/dice.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}