{
  "name": "DN Tarot — Free Tarot Reading",
  "short_name": "DN Tarot",
  "description": "A private space to dialogue with yourself through Tarot cards. Draw cards online or upload photos of real cards for detailed interpretation.",
  "start_url": "/en?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F0815",
  "theme_color": "#1E1429",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "entertainment", "spirituality"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "DN Tarot Reading Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Tarot Reading",
      "short_name": "Reading",
      "description": "Start a new Tarot reading",
      "url": "/en/reading?source=pwa_shortcut",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Daily Card",
      "short_name": "Daily",
      "description": "View your daily card",
      "url": "/en/daily?source=pwa_shortcut",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "Review past readings",
      "url": "/en/history?source=pwa_shortcut",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/en/upload-reading",
    "method": "GET",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false
}
