-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
36 lines (34 loc) · 870 Bytes
/
manifest.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
33
34
35
36
{
"manifest_version": 2,
"name": "Zendesk Sidebar",
"description": "Zendesk for Opera sidebar extention.",
"developer": {
"name": "Paulo Albuquerque",
"url": "https://github.com/pjalbuquerque/"
},
"version": "1.0.0",
"icons": {
"16": "src/icons/16.png",
"19": "src/icons/19.png",
"38": "src/icons/38.png",
"48": "src/icons/48.png",
"128": "src/icons/128.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"https://*.zendesk.com/*",
"https://accounts.google.com/*",
"https://accounts.google.com.br/*"
],
"background": { "scripts": ["src/js/background.js"] },
"sidebar_action": {
"default_icon": {
"19": "src/icons/19.png",
"38": "src/icons/38.png"
},
"default_title": "Zendesk",
"default_panel": "src/sidebar.html"
},
"options_page": "src/options.html"
}