-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmanifest.json
64 lines (64 loc) · 1.73 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"background":{
"persistent":true,
"scripts":[
"js/jquery-3.1.1.min.js",
"js/core.js",
"js/enc-base64.js",
"js/sha256.js",
"js/hmac-sha256.js",
"js/md5.js",
"js/evpkdf.js",
"js/cipher-core.js",
"js/materialize.min.js",
"js/aes.js",
"js/encdec.js",
"js/common.js",
"js/edgegrid.js",
"js/background.js",
"js/endpoints.js",
"js/moment.js",
"js/http-request.js",
"js/google-analytics.js",
"cmanager/cmanager-bg.js",
"fastpurge/fastpurge-bg.js",
"debugreq/debugreq-bg.js",
"openapitester/openapitester-bg.js",
"openapitester/openapitester.js"
]
},
"browser_action":{
"default_icon":"img/icons-128.png",
"default_title":"Akamai Developer Toolkit"
},
"description":"A chrome extension that provide developers access to Akamai developer tools including testing OPEN APIs right within their workspace",
"devtools_page": "/piez/devtools/devtools.html",
"icons":{
"128":"img/icons-128.png",
"16":"img/icons-128.png",
"48":"img/icons-128.png"
},
"manifest_version":2,
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://platform.twitter.com https://www.gstatic.com ; object-src 'self'",
"name":"Akamai Developer Toolkit",
"permissions":[
"notifications",
"tabs",
"activeTab",
"storage",
"webNavigation",
"contextMenus",
"management",
"https://*/*",
"http://*/*"
],
"update_url":"https://clients2.google.com/service/update2/crx",
"version":"2.0.45",
"web_accessible_resources":[
"fonts/*.*",
"js/jquery-3.1.1.min.js",
"css/font-awesome.min.css",
"css/HoldOn.min.css",
"js/HoldOn.min.js"
]
}