{
  "name": "Picture the Words — Visual Vocabulary",
  "short_name": "Picture the Words",
  "description": "Learn Japanese vocabulary through illustrations. Works offline.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F4FBFC",
  "theme_color": "#0C3846",
  "lang": "en",
  "categories": ["education", "books", "productivity"],
  "icons": [
    { "src": "assets/icons/favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "assets/icons/favicon-180.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "Search the dictionary", "url": "./index.html?action=search" },
    { "name": "Review due cards",      "url": "./index.html?action=review" }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": { "title": "title", "text": "shared", "url": "url" }
  }
}
