{
  "name": "Notepad-minusminus",
  "short_name": "Notepad--",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#202124",
  "theme_color": "#292a2d",
  "description": "A dark mode text editor for ChromeOS",
  "icons": [
    {
      "src": "logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "text/plain": [".txt", ".md", ".csv", ".log", ".ini", ".conf", ".cfg", ".json", ".xml", ".yaml", ".yml"],
        "text/html": [".html", ".htm"],
        "text/css": [".css", ".scss", ".less"],
        "text/javascript": [".js", ".mjs", ".ts", ".jsx"],
        "application/x-httpd-php": [".php"],
        "text/x-sql": [".sql"]
      }
    }
  ]
}
