{
  "name": "Dice-Yo — Tactile Physics Dice Roller & TTRPG Tray",
  "short_name": "Dice-Yo",
  "description": "Tactile 3D & 2D physics dice roller and TTRPG tray. Roll polyhedral dice (d4-d100) with realistic collisions, advantage/disadvantage math, custom skins, and synthesized acoustic sound.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#090a14",
  "theme_color": "#00f3ff",
  "categories": ["games", "utilities", "entertainment"],
  "icons": [
    {
      "src": "/concept1.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/concept1.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Roll D20",
      "short_name": "D20",
      "description": "Quickly roll a single d20",
      "url": "/?roll=d20",
      "icons": [{ "src": "/concept1.jpg", "sizes": "192x192" }]
    },
    {
      "name": "Roll Advantage",
      "short_name": "ADV D20",
      "description": "Roll d20 with advantage",
      "url": "/?adv=1",
      "icons": [{ "src": "/concept1.jpg", "sizes": "192x192" }]
    }
  ]
}
