forked from EddieRingle/p3_eav
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 979 Bytes
/
manifest.json
File metadata and controls
39 lines (39 loc) · 979 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "P³ for Empire Avenue",
"version": "0.1-b1",
"description": "The Pirillo Power Pack for Empire Avenue.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"options_page": "options.html",
"background_page": "background.html",
"page_action": {
"default_title": "EAv",
"default_icon": "page-icon.png"
},
"content_scripts": [
{
"matches": [
"*://*.empireavenue.com/*",
"*://empireavenue.com/*",
"*://twitter.com/*",
"*://*.twitter.com/*"
],
"css": ["twitter.css", "facebox/facebox.css"],
"js": ["jquery.js", "facebox/facebox.js", "eavp3.js", "eavp3_roi.js"],
"run_at": "document_idle"
}
],
"permissions": [
"tabs",
"*://*.empireavenue.com/*",
"*://empireavenue.com/*",
"*://twitter.com/*",
"*://*.twitter.com/*",
"https://api.empireavenue.com/",
"http://twitter.com/",
"https://twitter.com/"
]
}