{
  "name": "TabCode — Code Editor",
  "short_name": "TabCode",
  "description": "An offline-first code editor that runs entirely in your browser. Open a folder, edit, preview live and save straight back to disk. No install, no login, no tracking.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#1e1f1c",
  "theme_color": "#1e1f1c",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "productivity",
    "developer",
    "utilities"
  ],
  "icons": [
    {
      "src": "assets/img/android-chrome-36x36.png",
      "sizes": "36x36",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/android-chrome-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/android-chrome-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/android-chrome-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/android-chrome-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/android-chrome-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/android-chrome-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/img/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New file",
      "short_name": "New",
      "description": "Open TabCode and create a new file right away",
      "url": "/?shortcut=new",
      "icons": [
        {
          "src": "assets/img/android-chrome-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [
          ".txt",
          ".md",
          ".markdown",
          ".log",
          ".env",
          ".ini",
          ".toml",
          ".yml",
          ".yaml"
        ],
        "text/html": [
          ".html",
          ".htm"
        ],
        "text/css": [
          ".css",
          ".scss",
          ".sass",
          ".less"
        ],
        "text/javascript": [
          ".js",
          ".jsx",
          ".mjs",
          ".ts",
          ".tsx"
        ],
        "application/json": [
          ".json"
        ],
        "application/xml": [
          ".xml",
          ".svg"
        ],
        "application/x-httpd-php": [
          ".php"
        ],
        "text/x-python": [
          ".py"
        ],
        "text/x-sh": [
          ".sh",
          ".bash"
        ]
      }
    }
  ],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "files",
          "accept": [
            "text/*",
            "application/json",
            "application/xml",
            "application/javascript",
            ".js",
            ".ts",
            ".jsx",
            ".tsx",
            ".py",
            ".php",
            ".rb",
            ".go",
            ".rs",
            ".html",
            ".css",
            ".json",
            ".md",
            ".yml",
            ".yaml",
            ".sh",
            ".sql",
            ".txt"
          ]
        }
      ]
    }
  }
}
