{
  "name": "Hollywood Guess - Movie Guessing Game",
  "short_name": "Hollywood Guess",
  "description": "The ultimate movie guessing game! Test your knowledge of popular movies with our fun hangman-style word puzzle.",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#fbbf24",
  "background_color": "#1f2937",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "orientation": "portrait-primary",
  "categories": ["games", "entertainment"],
  "lang": "en-US"
}