Caret/manifest.json
Thomas Wilburn 12870d3b1d Revert Promises in file API to callbacks.
Promises do not seem reliable as they are in Chrome 34. Rather than
continue to implement hacks that can work around these problems, let's
just go back to callbacks. Maybe we don't need to be on the cutting edge
_all_ the time.
2014-05-04 02:09:19 -07:00

136 lines
No EOL
2.4 KiB
JSON

{
"name": "Caret",
"description": "Professional text editing for Chrome and Chrome OS",
"version": "1.4.7",
"manifest_version": 2,
"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": [
"as",
"as3",
"asm",
"bat",
"c",
"caret-project",
"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",
"tex",
"text",
"ts",
"tsv",
"txt",
"vbs",
"vcf",
"xml",
"yaml",
"yml",
"zsh"
],
"title": "Caret",
"types": [
"application/javascript",
"application/json",
"application/x-shellscript",
"application/xml",
"text/*"
]
}
}
}