{
  "name": "ZodiPalm - Discover Your Life Path",
  "short_name": "ZodiPalm",
  "description": "Explore the ancient art of palmistry and uncover insights about your personality, life path, and potential future through the unique lines of your palm.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1025",
  "theme_color": "#734399",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/palm.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/palm.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "entertainment", "utilities"],
  "screenshots": [
    {
      "src": "/palm.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "New Reading",
      "short_name": "New Reading",
      "description": "Start a new palm reading",
      "url": "/",
      "icons": [
        {
          "src": "/palm.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}