{
  "name": "Meme Studio",
  "short_name": "Meme Studio",
  "description": "Free meme templates, meme generator & sticker maker. Create viral memes, fake tweets, and breaking news frames instantly.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "social", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.praptechie.desimemetemplate",
      "id": "com.praptechie.desimemetemplate"
    }
  ],
  "shortcuts": [
    {
      "name": "Meme Editor",
      "short_name": "Editor",
      "description": "Create memes with text, stickers & drawings",
      "url": "/editor",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Fake Tweet Maker",
      "short_name": "Tweet Maker",
      "description": "Generate realistic fake Twitter/X posts",
      "url": "/tweet-maker",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Breaking News Maker",
      "short_name": "Breaking News",
      "description": "Create viral news broadcast memes",
      "url": "/breaking-news",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Templates",
      "short_name": "Templates",
      "description": "Browse 1000+ free meme templates",
      "url": "/templates",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}