{
  "id": "/",
  "name": "Wordgenie",
  "short_name": "Wordgenie",
  "description": "Turn your learning goal, sources, recall, and practice into visible capability.",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "/wordgenie/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/wordgenie/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#2A9D8F",
  "background_color": "#f3f4f6",
  "display": "standalone",
  "orientation": "any",
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Open your next learning mission",
      "url": "/#/"
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Open sources and recall material",
      "url": "/#/decks"
    },
    {
      "name": "Practice",
      "short_name": "Practice",
      "description": "Choose how to practise",
      "url": "/#/study-flow/hub"
    }
  ],
  "share_target": {
    "action": "/study-flow/capture",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
