forked from GenderMagProject/GenderMagRecordersAssistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
27 lines (25 loc) · 1.43 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
{
"name": "GenderMag Tool 2015",
"manifest_version": 2,
"description": "Inject a sidebar on the current tab when the page action is clicked",
"version": "0.2",
"background": {
"scripts": ["jquery-ui-1.11.4.custom/external/jquery/jquery.js", "jquery-ui-1.11.4.custom/jquery-ui.min.js", "scripts/background.js", "scripts/screenshot.js"]
},
"page_action": {
"default_icon": "icon.png",
"default_title": "GenderMag Tool"
},
"web_accessible_resources": [
"images/*.jpg", "images/*.png", "/styles/*.css", "/Stuk-jszip-4cbaf0e/*"
],
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["jquery-ui-1.11.4.custom/external/jquery/jquery.js", "/scripts/jcanvas.min.js", "jquery-ui-1.11.4.custom/jquery-ui.min.js", "scripts/tooltip.js", "/scripts/utilities.js", "scripts/overlayScreen.js", "/scripts/setup.js" , "/scripts/prewalkthrough.js", "scripts/script.js", "/scripts/persona.js", "/scripts/walkthrough.js", "/scripts/saveState.js", "/scripts/action.js", "/scripts/status.js", "/scripts/output.js", "/Stuk-jszip-4cbaf0e/dist/jszip.js", "/Stuk-jszip-4cbaf0e/vendor/FileSaver.js"],
"css": ["jquery-ui-1.11.4.custom/jquery-ui.css"]
}
],
"permissions": ["storage", "tabs", "<all_urls>", "unlimitedStorage"],
"web_accessible_resources": ["/templates/*", "/images/*.jpg", "/images/*.png", "/styles/*.css", "styles/styles.css", "/jquery-ui-1.11.4.custom/jquery-ui.css", "/font-awesome-4.6.1/*", "/Stuk-jszip-4cbaf0e/*" ]
}