{
  "name": "RowCode",
  "short_name": "RowCode",
  "version": "1.2.1",
  "description": "A mobile-first code editor for HTML, CSS, and JavaScript",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#090d12",
  "theme_color": "#0d1218",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["development", "education", "productivity"],
  "shortcuts": [
    {
      "name": "New snippet",
      "url": "/?new=1",
      "description": "Start a fresh snippet"
    },
    {
      "name": "Preview",
      "url": "/preview.html",
      "description": "Open live preview"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/html": [".html", ".htm"],
        "text/css": [".css"],
        "text/javascript": [".js"]
      }
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
