forked from malexandrum/JiraWorkLogReportFork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
22 lines (22 loc) · 1.1 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"background": {
"persistent": false,
"scripts": [ "background.js" ]
},
"browser_action": {
"default_title": "JIRA Worklog Report"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "An extension that shows work log report weekly to quarterly. It fetches data from JIRA REST API.",
"icons": {
"128": "icons/128.png",
"16": "icons/16.png",
"48": "icons/48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhZEFrOBpHMZY59yCMLSPWs2+8qYDRGHlbcrN72ku4xwBOscBLQlorRAkdZwkiC3iODy4+ftRWVJcLfFqLz5a+0IKdtp53RWcFQ/Ggm3b7d88SUnneoTEMAshB9DXOyHeF3L4fPY7jVCyvwMIzllMKPvEeVgAzlAO4nDT9WLkTbAdQxQLKDIbyz79pz/YIaOlIIyS0oHoPy4b4AJDJ4df3L/EeWOTWQWCaqIHMAMCGZIHfDvcbcvHTWOO8/EYcpaVBXzE3yaD8M0iMS0Oxj+uQt3jq1KrK78O2pXw1hR7FqAizouwXDTBL19wAl/hjDZGoUq67axY87vlNkdE2DixWwIDAQAB",
"manifest_version": 2,
"name": "JIRA Work Log Report - malexandrum",
"permissions": [ "https://*.atlassian.net/", "http://*.atlassian.net/" ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.1.0.0"
}