{
  "name": "JSON Flow AI - Professional JSON Editor",
  "short_name": "JSON Flow AI",
  "description": "Free online JSON editor with VS Code-like experience. Format, validate, minify, compare JSON instantly. Convert to TypeScript, YAML, CSV. Works offline!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e1e1e",
  "theme_color": "#f59e0b",
  "orientation": "any",
  "categories": ["developer tools", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/icons/icon48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/icons/icon128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "JSON Flow AI Desktop View"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "JSON Flow AI Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "New JSON File",
      "short_name": "New",
      "description": "Create a new JSON file",
      "url": "/?action=new",
      "icons": [{ "src": "/icons/icon32.png", "sizes": "32x32" }]
    },
    {
      "name": "Format JSON",
      "short_name": "Format",
      "description": "Format and beautify JSON",
      "url": "/?action=format",
      "icons": [{ "src": "/icons/icon32.png", "sizes": "32x32" }]
    },
    {
      "name": "Templates",
      "short_name": "Templates",
      "description": "Browse template library",
      "url": "/?action=templates",
      "icons": [{ "src": "/icons/icon32.png", "sizes": "32x32" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/json": [".json"]
      }
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "text": "content"
    }
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "related_applications": [],
  "prefer_related_applications": false
}
