{
  "short_name": "GotAllNews",
  "name": "GotAllNews - Latest Breaking News & Updates",
  "description": "Stay informed with the latest breaking news, trending articles, in-depth coverage, videos, and shorts from around the world. Your comprehensive news destination.",
  "icons": [
    {
      "src": "/favicon/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1f2937",
  "background_color": "#ffffff",
  "dir": "ltr",
  "lang": "en",
  "categories": ["news", "entertainment", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Latest News",
      "short_name": "News",
      "description": "View latest breaking news",
      "url": "/?filter=latest",
      "icons": [{ "src": "/logo_icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Trending",
      "short_name": "Trending",
      "description": "View trending content",
      "url": "/?filter=trending",
      "icons": [{ "src": "/logo_icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Shorts",
      "short_name": "Shorts",
      "description": "Watch short videos",
      "url": "/shorts",
      "icons": [{ "src": "/logo_icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "description": "View your notifications",
      "url": "/notifications",
      "icons": [{ "src": "/logo_icon.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "iarc_rating_id": "",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}
