{
  "name": "Fortune Cards",
  "short_name": "Fortune",
  "description": "Draw a fortune card. Each draw costs 1 VisionVix credit.",
  "start_url": "./",
  "scope": "./",
  "display": "browser",
  "orientation": "portrait",
  "background_color": "#f7f3ec",
  "theme_color": "#4f32d3",
  "categories": ["entertainment", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}