Simple

Simple

Focus on your code, not your settings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "description": "Focus on your code, not your settings.",
  "icons": {
    "128": "assets/img/Simple_icon.png"
  },
  "manifest_version": 2,
  "offline_enabled": true,
  "name": "Simple",
  "permissions": [
    "contextMenus",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "storage",
    "unlimitedStorage"
  ],
  "version": "3.5.6",
  "file_handlers": {
    "text": {
      "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",
        "gn",
        "gemspec",
        "go",
        "groovy",
        "gyp",
        "gypi",
        "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",
        "mk",
        "mm",
        "man",
        "manifest",
        "mar",
        "mcf",
        "md",
        "mdoc",
        "me",
        "ms",
        "p",
        "pch",
        "pas",
        "patch",
        "pl",
        "plist",
        "pm",
        "pod",
        "py",
        "rake",
        "rb",
        "rexx",
        "roff",
        "rst",
        "rt",
        "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"
      ]
    }
  }
}