{
  "id": "/",
  "name": "Wordgenie",
  "short_name": "Wordgenie",
  "description": "Build study sets, practice, and keep your learning moving.",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#2A9D8F",
  "background_color": "#a3b1a3",
  "display": "standalone",
  "share_target": {
    "action": "/study-flow/capture",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
