{
  "name": "WordsSquared - Daily Word Puzzle Game",
  "short_name": "WordsSquared",
  "description": "Play WordsSquared, the daily word puzzle where you connect letters in any direction to form words. Boost your vocabulary and challenge your mind!",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#B5BA93",
  "background_color": "#FFFCF9",
  "icons": [
    {
      "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"
    },
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["games", "entertainment"],
  "orientation": "portrait"
}
