{
  "name": "LILLY MEMES - Your Daily Dose of Laughter 😂🔥",
  "short_name": "Lilly Memes",
  "description": "Your Daily Dose of Laughter 😂🔥. Trending memes, funny stories, daily quotes, and social entertainment.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A1128",
  "theme_color": "#0A1128",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "entertainment",
    "social",
    "humor"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "assets/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Trending Memes",
      "short_name": "Trending",
      "description": "View hottest memes right now",
      "url": "./index.html#trending",
      "icons": [
        {
          "src": "assets/icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Meme of the Day",
      "short_name": "MOTD",
      "description": "View today's official winning meme",
      "url": "./index.html#meme-of-the-day",
      "icons": [
        {
          "src": "assets/icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Saved Memes",
      "short_name": "Saved",
      "description": "Open your bookmarked memes",
      "url": "./index.html#saved",
      "icons": [
        {
          "src": "assets/icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}