forked from guimaraeslucas/FastString
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
33 lines (33 loc) · 822 Bytes
/
manifest.json
File metadata and controls
33 lines (33 loc) · 822 Bytes
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
{
"manifest_version": 2,
"name": "__MSG_appname__",
"offline_enabled": true,
"permissions": [
"notifications",
"clipboardRead",
"clipboardWrite",
"contextMenus",
"storage"
],
"short_name": "FastString",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.5.0.9",
"app": {
"launch": {
"local_path": "index.htm"
}
},
"default_locale": "en",
"description": "__MSG_appdescription__",
"icons": {
"16": "res/images/png/fs16.png",
"24": "res/images/png/fs24.png",
"32": "res/images/png/fs32.png",
"48": "res/images/png/fs48.png",
"64": "res/images/png/fs64.png",
"96": "res/images/png/fs96.png",
"128": "res/images/png/fs128.png",
"256": "res/images/png/fs256.png",
"512": "res/images/png/fs512.png"
}
}