Scribe Text Editor

Scribe Text Editor

A simple lightweight text editor for your desktop.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Scribe Text Editor",
  "description": "A simple lightweight text editor for your desktop.",
  "version": "1.2",
  "author": "Sam Ruston",
  "offline_enabled": true,
  "short_name": "Scribe",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "storage"
  ],
  "file_handlers": {
    "text": {
      "title": "Scribe Text Editor",
      "icons": {
        "16": "16.png",
        "128": "128.png"
      },
      "types": [
        "application/javascript",
        "application/json",
        "application/x-shellscript",
        "application/xml",
        "text/*"
      ],
      "extensions": [
        "asp",
        "aspx",
        "abc",
        "acgi",
        "aip",
        "asm",
        "c",
        "c++",
        "cc",
        "clj",
        "com",
        "coffee",
        "conf",
        "cpp",
        "cs",
        "csh",
        "css",
        "csv",
        "cxx",
        "def",
        "diff",
        "el",
        "ejs",
        "etx",
        "f",
        "f77",
        "f90",
        "flx",
        "for",
        "g",
        "gemspec",
        "go",
        "groovy",
        "h",
        "hh",
        "hlb",
        "hpp",
        "hs",
        "htc",
        "htm",
        "html",
        "htmls",
        "htt",
        "htx",
        "ics",
        "idc",
        "ifb",
        "jav",
        "java",
        "js",
        "json",
        "jsp",
        "ksh",
        "list",
        "log",
        "lsp",
        "lst",
        "lsx",
        "lua",
        "m",
        "man",
        "manifest",
        "mar",
        "mcf",
        "md",
        "mdoc",
        "me",
        "ms",
        "p",
        "pas",
        "patch",
        "pl",
        "pm",
        "pod",
        "py",
        "rake",
        "rb",
        "rexx",
        "roff",
        "rst",
        "rt",
        "rtf",
        "rtx",
        "ru",
        "s",
        "scm",
        "sdml",
        "sgm",
        "sgml",
        "sh",
        "shtml",
        "spc",
        "ssi",
        "st",
        "t",
        "talk",
        "tcl",
        "tcsh",
        "text",
        "textile",
        "tr",
        "tsv",
        "txt",
        "uil",
        "uni",
        "unis",
        "uri",
        "uris",
        "uu",
        "uue",
        "vcf",
        "vcs",
        "wml",
        "wmls",
        "wsc",
        "xml",
        "yaml",
        "yml",
        "zsh"
      ]
    }
  },
  "icons": {
    "16": "16.png",
    "128": "128.png"
  }
}