{
  "name": "Best Knock Knock Jokes - The Ultimate Interactive Jokes Generator",
  "short_name": "KKJokes",
  "description": "Create, custom-generate, share, and listen to the funniest, high-quality knock-knock jokes.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fafafa",
  "theme_color": "#171717",
  "categories": ["entertainment", "humor"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Generate Joke",
      "short_name": "Generate",
      "url": "/?action=random#generator",
      "description": "Generate a random knock-knock joke"
    },
    {
      "name": "Favorites",
      "short_name": "Favorites",
      "url": "/favorites",
      "description": "View your saved favorite jokes"
    }
  ]
}
