{
  "id": "/",
  "name": "HariUpasan - Devotional Journey",
  "short_name": "HariUpasan",
  "description": "Your spiritual companion for daily devotional practices. Read sacred texts, meditate, listen to bhajans, practice yoga, and connect with your spiritual community.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#fff7ed",
  "theme_color": "#ea580c",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon-167x167.png",
      "sizes": "167x167",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen showing daily devotional features"
    },
    {
      "src": "/screenshots/today-study-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Today's Study page with chapter reading"
    },
    {
      "src": "/screenshots/daily-task-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily Task page with spiritual activities"
    },
    {
      "src": "/screenshots/group-chat-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Group Chat for community connection"
    },
    {
      "src": "/screenshots/home-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home screen on desktop"
    },
    {
      "src": "/screenshots/today-study-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Today's Study on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Study",
      "short_name": "Study",
      "description": "Read today's devotional chapter",
      "url": "/upasana",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Daily Task",
      "short_name": "Tasks",
      "description": "Complete your daily spiritual tasks",
      "url": "/daily-task",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Group Chat",
      "short_name": "Chat",
      "description": "Connect with your spiritual community",
      "url": "/group-chat",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["lifestyle", "religion", "spirituality", "health"],
  "lang": "en",
  "dir": "ltr",
  "related_applications": [],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/pothi-reader",
      "accept": {
        "application/pdf": [".pdf"]
      }
    }
  ],
  "protocol_handlers": [],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "widgets": [
    {
      "name": "Today's Study",
      "short_name": "Study",
      "description": "View today's devotional chapter and progress",
      "tag": "today-study",
      "template": "https://upasana.duckdns.org/widgets/today-study",
      "ms_ac_template": "https://upasana.duckdns.org/widgets/today-study-template",
      "screenshots": [],
      "data": {
        "update_cycle": 3600000
      }
    },
    {
      "name": "Daily Thought",
      "short_name": "Thought",
      "description": "Today's spiritual thought and inspiration",
      "tag": "daily-thought",
      "template": "https://upasana.duckdns.org/widgets/daily-thought",
      "ms_ac_template": "https://upasana.duckdns.org/widgets/daily-thought-template",
      "screenshots": [],
      "data": {
        "update_cycle": 86400000
      }
    },
    {
      "name": "Progress Tracker",
      "short_name": "Progress",
      "description": "Track your daily spiritual progress",
      "tag": "progress",
      "template": "https://upasana.duckdns.org/widgets/progress",
      "ms_ac_template": "https://upasana.duckdns.org/widgets/progress-template",
      "screenshots": [],
      "data": {
        "update_cycle": 3600000
      }
    }
  ]
} 