{
  "name": "TTRPG Kit",
  "short_name": "TTRPG Kit",
  "description": "Player companions and tools for tabletop RPGs. Starting with the Draw Steel Companion.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f2ece1",
  "theme_color": "#f2ece1",
  "lang": "en",
  "categories": ["utilities", "entertainment"],
  "icons": [
    {
      "src": "/assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Draw Steel Companion",
      "short_name": "Draw Steel",
      "description": "Jump straight into the Draw Steel Companion",
      "url": "/draw-steel/",
      "icons": [
        { "src": "/assets/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
