{
  "name": "Archetype Code Editor",
  "short_name": "Archetype",
  "description": "A fast, offline code editor for all Chromebooks, based on the Monaco editor from VS Code.",
  "version": "0.7.1",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "start_url": "https://subtype.app",
  "icons": [
    {
      "src": "/icons/128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/icons/512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "name": "text",
      "accept": {
        "text/*": [
          ".as", ".as3", ".asm", ".bat", ".c", ".cc", ".cfc", ".cfm", ".cgi", ".coffee", ".conf", ".cpp", ".cs", ".csh", ".css", ".csv", ".dart", ".diff", ".do", ".ejs", ".el", ".erb", ".glsl", ".go", ".h", ".haml", ".handlebars", ".haxe", ".hs", ".htm", ".html", ".htmls", ".ini", ".jade", ".java", ".js", ".json", ".ksh", ".less", ".log", ".love", ".lua", ".m", ".make", ".man", ".manifest", ".markdown", ".mat", ".md", ".mdoc", ".me", ".micro", ".obc", ".patch", ".php", ".pkb", ".pkg", ".pks", ".pl", ".pls", ".pm", ".ps", ".py", ".r", ".rake", ".rb", ".sass", ".scala", ".scss", ".sh", ".shtml", ".sql", ".styl", ".svg", ".theme", ".tex", ".text", ".ts", ".tsv", ".txt", ".vbs", ".vcf", ".xml", ".yaml", ".yml", ".zsh"
        ],
        "application/javascript": [".js"],
        "application/json": [".json"],
        "application/x-shellscript": [".sh"],
        "application/xml": [".xml"]
      }
    }
  ]
}