-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
32 lines (32 loc) · 871 Bytes
/
config.json
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
{
"uuid": "331e654e416311e1b36c12313d1adcbe",
"platform_version": "v1.2",
"name": "QuickMag",
"author": "[email protected]",
"version": "0.1",
"description": "Alfresco QuickMag",
"permissions": ["tabs","http://home.sala.us/*","http://*/*", "https://*/*"],
"background_files": ["js/background.js"],
"browser_action": {
"default_popup": "index.html",
"default_icon": "img/apple-touch-icon.png"
},
"launch_images": {
"iphone": "img/app-splash-ipad-portrait.png",
"iphone-retina": "img/app-splash-ipad-portrait.png",
"ipad": "img/app-splash-ipad-portrait.png",
"ipad-landscape": "img/app-splash-ipad-landscape.png"
},
"activations": [
{
"patterns": ["http://*/*", "https://*/*"],
"styles": [],
"scripts": ["js/every-page.js"],
"run_at": "start",
"all_frames": false
}
],
"logging": {
"level": "INFO"
}
}