{
  "name": "WordSpark — English Dictionary",
  "short_name": "WordSpark",
  "id": "./",
  "description": "Learn English words the fun way. Definitions, etymology, quizzes and daily word challenges. Fully offline.",
  "start_url": "./index.html",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0f0e17",
  "theme_color": "#0f0e17",
  "lang": "en",
  "categories": ["education", "language"],
  "scope": ".",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Word of the Day",
      "short_name": "WOTD",
      "description": "See today's featured word",
      "url": "./index.html"
    },
    {
      "name": "Take a Quiz",
      "short_name": "Quiz",
      "description": "Test your vocabulary",
      "url": "./index.html#quiz"
    },
    {
      "name": "My Words",
      "short_name": "My Words",
      "description": "View your saved collection",
      "url": "./index.html#collection"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
