{
  "name": "LCM TV – Church Streaming",
  "short_name": "LCMTV",
  "id": "lcmtv-pwa",
  "description": "A modern church media streaming platform with live services, sermons, and community features",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#6a0dad",
  "theme_color": "#6a0dad",
  "orientation": "portrait-primary",
  "scope": "./",
  "lang": "en-US",
  "categories": ["entertainment", "lifestyle", "social"],
  "icons": [
    {
      "src": "assets/images/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Streams",
      "short_name": "Live",
      "description": "Watch live church services and events",
      "url": "#/search?type=live",
      "icons": [
        {
          "src": "assets/images/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Favorites",
      "short_name": "Favorites",
      "description": "Access your favorite videos and sermons",
      "url": "#/favorites",
      "icons": [
        {
          "src": "assets/images/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Find sermons, videos, and content",
      "url": "#/search",
      "icons": [
        {
          "src": "assets/images/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "assets/images/screenshot-mobile.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "LCMTV mobile app interface"
    },
    {
      "src": "assets/images/screenshot-desktop.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "LCMTV desktop application"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [],
  "share_target": {
    "action": "share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}