Cleaned up context menu and made download button in popup work
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
"background",
|
||||
"contextMenus",
|
||||
"webRequest",
|
||||
"windows",
|
||||
"tabs",
|
||||
"storage",
|
||||
"*://*/*"
|
||||
],
|
||||
@@ -24,22 +26,8 @@
|
||||
"background": {
|
||||
"scripts": [
|
||||
"lib/axios.js",
|
||||
"queueDownload.js",
|
||||
"background.js"
|
||||
]
|
||||
},
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"run_at": "document_end",
|
||||
"js": [
|
||||
"lib/jquery-3.5.1.min.js",
|
||||
"lib/axios.js"
|
||||
],
|
||||
"css": [
|
||||
],
|
||||
"matches": [
|
||||
"*://*/*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user