mirror of
https://github.com/NohamR/BetterYGG.git
synced 2026-01-10 16:38:21 +00:00
[1.0] First commit
This commit is contained in:
45
manifest.json
Normal file
45
manifest.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "BetterYGG",
|
||||
"version": "1.0",
|
||||
"description": "Téléchargez des torrents sur YGG sans ètre connecté et autres !!!",
|
||||
"icons": {
|
||||
"16": "img/flexgg16.png",
|
||||
"24": "img/flexgg24.png",
|
||||
"32": "img/flexgg32.png",
|
||||
"48": "img/flexgg48.png",
|
||||
"64": "img/flexgg64.png",
|
||||
"128": "img/flexgg128.png"
|
||||
},
|
||||
"options_page": "options/options.html",
|
||||
"background": {
|
||||
"scripts": ["backgroundScripts/background.js"],
|
||||
"persistent": false
|
||||
},
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
"storage"
|
||||
],
|
||||
"web_accessible_resources" : [
|
||||
"contentScripts/addTorrent/accessAddTorrent.js",
|
||||
"contentScripts/allPages/accessAllPages.js",
|
||||
"css/style.css"
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://*.yggtorrent.gg/torrent/*"],
|
||||
"run_at": "document_idle",
|
||||
"js": ["js/utilsFunctions.js", "contentScripts/addTorrent/functions.js", "contentScripts/addTorrent/addTorrent.js"]
|
||||
},
|
||||
{
|
||||
"matches": ["https://*.yggtorrent.gg/"],
|
||||
"run_at": "document_idle",
|
||||
"js": [ "contentScripts/homePage.js"]
|
||||
},
|
||||
{
|
||||
"matches": ["https://*.yggtorrent.gg/*"],
|
||||
"run_at": "document_idle",
|
||||
"js": ["js/utilsFunctions.js", "contentScripts/allPages/allPages.js"]
|
||||
}
|
||||
],
|
||||
"manifest_version": 2
|
||||
}
|
||||
Reference in New Issue
Block a user