{
  "id": "./index.html",
  "name": "Webster's Unabridged Dictionary",
  "short_name": "WU-EnglishDictionary",
  "description": "The complete 1913 Webster's Unabridged Dictionary (117,869 entries), searchable offline, from Project Gutenberg's public-domain text.",
  "start_url": "/",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#ece3d1",
  "theme_color": "#8c2f1b",
  "categories": ["reference", "education", "books"],
  "icons": [
    { "src": "favicon/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "favicon/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "favicon/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "favicon/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Random word",
      "short_name": "Random",
      "description": "Open to a random dictionary entry",
      "url": "./index.html?action=random",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Quick lookup",
      "short_name": "Lookup",
      "description": "Standalone single-word lookup page",
      "url": "./lookup.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
