forked from OWASP-BLT/BLT-Extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
32 lines (32 loc) · 1.08 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
{
"author": "OWASP BLT",
"background": {
"persistent": false,
"scripts": [ "libs/jquery-1.11.1.min.js", "event.js" ]
},
"browser_action": {
"default_icon": {
"19": "img/icon19.png",
"38": "img/icon38.png"
},
"default_title": "OWASP BLT-Extension"
},
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"default_locale": "en",
"description": "OWASP BLT let's you get points for testing and finding issues!",
"homepage_url": "https://www.owasp.org/BLT/",
"icons": {
"128": "img/icon128.png",
"19": "img/icon19.png",
"24": "img/icon24.png",
"256": "img/icon256.png",
"32": "img/icon32.png",
"38": "img/icon38.png"
},
"manifest_version": 2,
"name": "OWASP BLT-Extension",
"short_name": "BLT-Extension",
"permissions": [ "\u003Call_urls>", "activeTab", "storage", "unlimitedStorage", "notifications", "clipboardWrite", "downloads", "tabCapture" ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.4"
}