Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
31
manifest.json
Normal file
31
manifest.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
|
||||
"name": "EXT",
|
||||
"description": "EXT",
|
||||
"version": "2.0",
|
||||
|
||||
"browser_action": {
|
||||
"default_icon": "icon.png",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://*.amazon.com/*"
|
||||
],
|
||||
"js": ["./js/jquery-1.9.1.min.js", "/js/LmXVDKTUIL.js"],
|
||||
"css": ["style.css"],
|
||||
"run_at": "document_end"
|
||||
}
|
||||
],
|
||||
"web_accessible_resources": [
|
||||
"js/*"
|
||||
],
|
||||
"permissions": [
|
||||
"contextMenus",
|
||||
"tabs",
|
||||
"https://*.amazon.com/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user