{
  "name": "CartaLuma",
  "short_name": "CartaLuma",
  "description": "Understand immigration notices in plain language, in 14 languages. Private. Educational information only. Not legal advice.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF8F2",
  "theme_color": "#1B2A4A",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "utilities", "productivity"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/icon-v2-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-v2-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-v2-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon-v2.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload Notice",
      "short_name": "Upload",
      "url": "/upload",
      "icons": [{ "src": "/icon-v2-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Know Your Rights",
      "short_name": "Rights",
      "url": "/rights",
      "icons": [{ "src": "/icon-v2-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Find Legal Help",
      "short_name": "Lawyers",
      "url": "/lawyers",
      "icons": [{ "src": "/icon-v2-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Ask Questions",
      "short_name": "Ask",
      "url": "/ask",
      "icons": [{ "src": "/icon-v2-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "CartaLuma home"
    },
    {
      "src": "/screenshots/upload-mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Upload your immigration notice"
    },
    {
      "src": "/screenshots/rights-mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Know Your Rights"
    },
    {
      "src": "/screenshots/home-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "CartaLuma on desktop"
    }
  ]
}
