{
  "id": "/dictionary?source=pwa",
  "name": "YaadBook — Jamaican Patois Dictionary",
  "short_name": "YaadBook",
  "description": "Your modern digital guide to the vibrant language of Jamaican Patois.",
  "start_url": "/dictionary?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#366b3a",
  "lang": "en-JM",
  "dir": "ltr",
  "orientation": "portrait",
  "categories": ["education", "books", "reference"],
  "icons": [
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Dictionary",
      "url": "/dictionary",
      "icons": [{ "src": "/images/yaadbook_logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Translate",
      "url": "/translate",
      "icons": [{ "src": "/images/yaadbook_logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Contribute",
      "url": "/submit",
      "icons": [{ "src": "/images/yaadbook_logo.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/dictionary",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}