Caret/manifest.json
Gabriel Farrell 90fd94eab1 Add file handler extensions for crt, key, pem, pub
Handy to be able to open public and private keys on the chromebook for copying, pasting, and concatenating.
2015-05-20 13:55:10 -04:00

166 lines
2.9 KiB
JSON

{
"name": "Caret",
"description": "Professional text editing for Chrome and Chrome OS",
"version": "1.5.5",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"128": "icon-128.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCh9A0p0K76KGXnEYMf4tVxhHUBXQTRh984XrkVSuzX6Tp4al9cj7NgXh3Sjx+0+KctLzpmvCw9bwgWueAE13LhjQ+dJONaR5xhte0KTAfaVRGV5EKCBx6KwzcaBGWBHv3V1b/8CbTENivW3/eVTg0/gmyB0tzfqzEoXy/lnRkZdQIDAQAB",
"update_url": "http://thomaswilburn.net/caret/updates.xml",
"app": {
"background": {
"scripts": [
"background.js",
"installer.js"
]
}
},
"permissions": [
"clipboardRead",
"clipboardWrite",
"contextMenus",
"storage",
"notifications",
"syncFileSystem",
{
"fileSystem": [
"write",
"retainEntries",
"directory"
]
}
],
"kiosk_enabled": false,
"offline_enabled": true,
"file_handlers": {
"text": {
"extensions": [
"adoc",
"as",
"as3",
"asc",
"asciidoc",
"asm",
"bat",
"c",
"caret-project",
"cc",
"cfc",
"cfm",
"cgi",
"clj",
"cmd",
"coffee",
"conf",
"cpp",
"crt",
"cs",
"csh",
"css",
"csv",
"ctp",
"dart",
"diff",
"do",
"ejs",
"el",
"elm",
"erb",
"ex",
"exs",
"feature",
"glsl",
"go",
"groovy",
"h",
"haml",
"handlebars",
"haxe",
"hbs",
"hs",
"htm",
"html",
"htmls",
"ini",
"jade",
"java",
"jl",
"js",
"json",
"jsx",
"key",
"ksh",
"less",
"lisp",
"log",
"love",
"lsl",
"lsp",
"lua",
"m",
"make",
"man",
"manifest",
"markdown",
"mask",
"mat",
"md",
"mdoc",
"me",
"micro",
"obc",
"patch",
"pem",
"php",
"pkb",
"pkg",
"pks",
"pl",
"pls",
"pm",
"ps",
"pub",
"py",
"r",
"rake",
"rb",
"rkt",
"sap",
"sass",
"scala",
"scss",
"sh",
"shtml",
"sql",
"styl",
"svg",
"tcl",
"tex",
"text",
"ts",
"tsv",
"twig",
"txt",
"v",
"vbs",
"vcf",
"vh",
"vhd",
"vhdl",
"xml",
"yaml",
"yml",
"zsh"
],
"types": [
"application/javascript",
"application/json",
"application/x-shellscript",
"application/xml",
"text/*"
]
}
}
}