{
  "name": "Vocabuly - Personal Vocabulary Dictionary",
  "short_name": "Vocabuly",
  "description": "Learn and master vocabulary with smart practice suggestions, offline support, and personalized learning tracks.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#5D7052",
  "background_color": "#FEFEFA",
  "categories": ["education", "productivity"],
  "screenshots": [
    {
      "src": "icons/screenshots/narrow.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "icons/screenshots/wide.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192-maskable.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Word",
      "short_name": "Add Word",
      "description": "Quickly add a new word to your vocabulary list",
      "url": "/?mode=add",
      "icons": [
        {
          "src": "icons/shortcut-add.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Practice",
      "short_name": "Practice",
      "description": "Practice words from your vocabulary list",
      "url": "/?mode=practice",
      "icons": [
        {
          "src": "icons/shortcut-practice.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
