{
  "name": "Tarot Luma",
  "short_name": "Tarot Luma",
  "description": "Your all-in-one tarot platform. Create AI-generated decks, practice psychic readings solo, and explore the marketplace. Perfect for beginners and pros alike.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "entertainment",
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "/assets/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tarot Luma Home - Desktop"
    },
    {
      "src": "screenshots/mobile-reading.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tarot Reading - Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "New Reading",
      "short_name": "Reading",
      "url": "/reading-room?create=true",
      "description": "Start a new tarot reading session",
      "icons": [
        {
          "src": "ios/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Daily Card",
      "short_name": "Daily",
      "url": "/daily-card",
      "description": "Draw your daily tarot card for guidance",
      "icons": [
        {
          "src": "ios/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Browse Decks",
      "short_name": "Decks",
      "url": "/marketplace",
      "description": "Explore and collect unique tarot decks",
      "icons": [
        {
          "src": "ios/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Find a Reader",
      "short_name": "Readers",
      "url": "/readers",
      "description": "Connect with professional tarot readers",
      "icons": [
        {
          "src": "ios/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Collection",
      "short_name": "Collection",
      "url": "/collection",
      "description": "View your owned tarot decks",
      "icons": [
        {
          "src": "ios/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Create Deck",
      "short_name": "Create",
      "url": "/create-deck",
      "description": "Design a new AI-generated tarot deck",
      "icons": [
        {
          "src": "ios/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Reading Journal",
      "short_name": "Journal",
      "url": "/journal",
      "description": "Review your past readings and insights",
      "icons": [
        {
          "src": "ios/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Reader Dashboard",
      "short_name": "Dashboard",
      "url": "/reader-dashboard",
      "description": "Manage your reading requests and earnings",
      "icons": [
        {
          "src": "ios/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+ar",
      "url": "/ar-handler?uri=%s"
    },
    {
      "protocol": "web+tarot",
      "url": "/reading-room?share=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/upload",
      "accept": {
        "image/png": [
          ".png"
        ],
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ],
        "image/webp": [
          ".webp"
        ],
        "image/gif": [
          ".gif"
        ]
      },
      "icons": [
        {
          "src": "ios/192.png",
          "sizes": "192x192"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url",
      "files": [
        {
          "name": "shared_images",
          "accept": [
            "image/png",
            "image/jpeg",
            "image/webp",
            "image/gif"
          ]
        }
      ]
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "note_taking": {
    "new_note_url": "/reading-room?create=true&mode=journal"
  },
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "widgets": [
    {
      "name": "Ask the Cards",
      "short_name": "Ask",
      "description": "Ask a question and draw a tarot card",
      "tag": "ask-cards",
      "ms_ac_template": "widgets/ask-cards.json",
      "data": "/api/widgets/ask-cards",
      "type": "application/json",
      "screenshots": [
        {
          "src": "widgets/ask-cards-screenshot.png",
          "sizes": "300x300",
          "label": "Ask the Cards Widget"
        }
      ],
      "icons": [
        {
          "src": "ios/192.png",
          "sizes": "192x192"
        }
      ],
      "backgrounds": [
        {
          "src": "widgets/ask-cards-bg.png",
          "sizes": "300x300"
        }
      ]
    },
    {
      "name": "Reader Queue",
      "short_name": "Queue",
      "description": "View and manage incoming reading requests",
      "tag": "reader-queue",
      "ms_ac_template": "widgets/reader-queue.json",
      "data": "/api/widgets/reader-queue",
      "type": "application/json",
      "update": 60,
      "screenshots": [
        {
          "src": "widgets/reader-queue-screenshot.png",
          "sizes": "300x400",
          "label": "Reader Queue Widget"
        }
      ],
      "icons": [
        {
          "src": "ios/192.png",
          "sizes": "192x192"
        }
      ],
      "backgrounds": [
        {
          "src": "widgets/reader-queue-bg.png",
          "sizes": "300x400"
        }
      ]
    }
  ],
  "gcm_sender_id": "103953800507",
  "permissions": [
    "periodic-background-sync",
    "notifications",
    "push"
  ]
}