mirror of
https://github.com/NohamR/AnnabacPro.git
synced 2025-05-24 00:38:59 +00:00
27 lines
551 B
JSON
27 lines
551 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "AnnabacPro",
|
|
"version": "1.0",
|
|
"description": "Débloque tous les articales sur Annabac gratuitement",
|
|
"permissions": [
|
|
"activeTab",
|
|
"storage"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "images/icon16.png",
|
|
"48": "images/icon48.png",
|
|
"128": "images/icon128.png"
|
|
}
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://www.annabac.com/*"],
|
|
"js": ["load.js"]
|
|
}
|
|
]
|
|
} |