{
  "name": "Famouskai Editor",
  "short_name": "Famouskai",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#202124",
  "theme_color": "#2f3033",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/*": [".txt", ".html", ".xml", ".css", ".js", ".json", ".md"]
      }
    }
  ]
}