-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
25 lines (25 loc) · 771 Bytes
/
Copy pathmanifest.json
File metadata and controls
25 lines (25 loc) · 771 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
{
"name": "Go JIRA",
"version": "1.0.1",
"description": "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.",
"permissions": ["activeTab", "declarativeContent", "storage"],
"options_page": "src/modules/options/options.html",
"omnibox": { "keyword": "gojira" },
"background": {
"page": "src/modules/background/background.html"
},
"page_action": {
"default_popup": "src/modules/popup/popup.html",
"default_icon": {
"128": "images/icon-128.png"
}
},
"icons": {
"128": "images/icon-128.png",
"48": "images/icon-48.png",
"32": "images/icon-32.png",
"16": "images/icon-16.png"
},
"minimum_chrome_version": "61",
"manifest_version": 2
}