{
  "name": "dicefloor",
  "short_name": "dicefloor",
  "description": "Stories from the casino floor, the cruise deck, and the working life — read or listen.",
  "start_url": "./home.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf8f5",
  "theme_color": "#c0392b",
  "categories": ["news", "lifestyle", "entertainment"],
  "icons": [
    { "src": "icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icons/icon-maskable-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Listen", "short_name": "Listen", "url": "./listen.html", "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192" }] },
    { "name": "Categories", "short_name": "Categories", "url": "./categories.html", "icons": [{ "src": "icons/icon-192.svg", "sizes": "192x192" }] }
  ]
}
