{
  "name": "Lipi | The Web Notepad",
  "short_name": "Lipi",
  "description": "A distraction-free notepad for the web. Fast, local, and simple.",
  "start_url": "app/app.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fbfdfd",
  "theme_color": "#006874",
  "categories": [
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "app/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "app/app.html",
      "name": "Text File",
      "accept": {
        "text/plain": [".txt"],
        "text/markdown": [".md"],
        "text/*": [
          ".txt",
          ".md",
          ".html",
          ".css",
          ".js",
          ".json",
          ".csv",
          ".tsv",
          ".xml",
          ".ini",
          ".yaml",
          ".yml",
          ".log"
        ]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "app/handle-share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "files",
          "accept": [
            "text/plain",
            "text/markdown",
            "text/css",
            "text/html",
            "text/*",
            "application/octet-stream",
            "application/json",
            "application/javascript",
            ".txt",
            ".md",
            ".json",
            ".js",
            ".css",
            ".html",
            ".csv",
            ".tsv",
            ".xml",
            ".ini",
            ".yaml",
            ".yml",
            ".log"
          ]
        }
      ]
    }
  }
}
