-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmanifest.json
executable file
·39 lines (39 loc) · 962 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
37
38
39
{
"name": "Email Permutator",
"description": "Find and verify a person's email address",
"version": "1.3.5",
"options_page": "options.html",
"browser_action": {
"default_icon": {
"16": "img/circleLogo.png",
"24": "img/circleLogo.png",
"32": "img/circleLogo.png"
},
"default_title": "Find Email"
},
"icons": {
"128": "img/circleLogo.png"
},
"permissions": [
"tabs",
"activeTab",
"<all_urls>",
"webRequest",
"webRequestBlocking",
"*://*/*"
],
"web_accessible_resources": [
"img/circleLogo.png",
"img/logo_v64.png",
"img/loader.gif"
],
"background":{
"scripts":[
"js/jquery.min.js",
"background.js"
],
"persistent":true
},
"version_name": "production",
"manifest_version": 2
}