forked from thomaswilburn/Caret
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
48 lines (48 loc) · 1.12 KB
/
Copy pathmanifest.json
File metadata and controls
48 lines (48 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "Caret",
"description": "Professional text editing for Chrome and Chrome OS",
"version": "1.8.9",
"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"
]
}
},
"permissions": [
"clipboardRead",
"clipboardWrite",
"contextMenus",
"storage",
"notifications",
"syncFileSystem",
"app.window.fullscreen.overrideEsc",
{
"fileSystem": [
"write",
"retainEntries",
"directory"
]
}
],
"kiosk_enabled": false,
"offline_enabled": true,
"file_handlers": {
"text": {
"types": [
"application/javascript",
"application/json",
"application/x-shellscript",
"application/xml",
"text/*"
]
}
}
}