{
  "name": "PicSlick - Premium Web Photo & Image Editor",
  "short_name": "PicSlick",
  "description": "Free, browser-based photo and image editor. Crop, filter, annotate, add text layers with custom fonts, and export to PNG / JPEG / WebP - no account or install required.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "theme_color": "#1d1d22",
  "background_color": "#1d1d22",
  "categories": ["photo", "graphics", "productivity", "utilities", "multimedia"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Project",
      "short_name": "New",
      "description": "Start a new image editing project from a blank canvas or uploaded image.",
      "url": "/?action=new",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PicSlick editor workspace with layered photo editing"
    }
  ],
  "file_handlers": [
    {
      "action": "/?source=file-handler",
      "accept": {
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"],
        "image/gif": [".gif"]
      }
    }
  ],
  "share_target": {
    "action": "/?source=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/png", "image/jpeg", "image/webp", "image/gif"]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  }
}
