
{
  "name": "EasyEnglish – Plain English Translator",
  "short_name": "EasyEnglish",
  "version": "1.0.1",
  "description": "Instantly translate legal jargon, complex contracts, and business terms into plain English. Spot red flags and understand your rights with AI intelligence.",
  "id": "/jargon-translator/",
  "start_url": "/jargon-translator/index.html?utm_source=pwa&utm_medium=homescreen",
  "scope": "/jargon-translator/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#6c63ff",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "business", "education", "legal"],
  "lang": "en-US",
  "dir": "ltr",
  "iarc_rating_id": "e84d416b-67a4-4366-a32b-6799071c77f0",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://app-dev-made.github.io/jargon-translator/manifest.json"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone",
    "minimal-ui"
  ],
  "icons": [
    {
      "src": "/jargon-translator/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/jargon-translator/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/jargon-translator/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/jargon-translator/screenshots/mobile-home.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Deep Jargon Analysis on Mobile"
    },
    {
      "src": "/jargon-translator/screenshots/desktop-home.png",
      "sizes": "1920x860",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Enterprise Contract Review on Desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Document",
      "short_name": "Scan",
      "description": "Scan physical documents using AI Vision",
      "url": "/jargon-translator/index.html?action=scan",
      "icons": [{ "src": "/jargon-translator/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Paste Jargon",
      "short_name": "Paste",
      "description": "Instantly translate clipboard text",
      "url": "/jargon-translator/index.html?action=paste",
      "icons": [{ "src": "/jargon-translator/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "Access your previous translations",
      "url": "/jargon-translator/index.html?action=history",
      "icons": [{ "src": "/jargon-translator/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/jargon-translator/index.html",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp"],
        "application/pdf": [".pdf"],
        "text/plain": [".txt"]
      }
    }
  ],
  "share_target": {
    "action": "/jargon-translator/index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+easyenglish",
      "url": "/jargon-translator/index.html?query=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  }
}
