AnnabacPro/manifest.json
√(noham)² 6ff4ce6b59 mince
2024-01-21 18:08:43 +01:00

27 lines
550 B
JSON

{
"manifest_version": 3,
"name": "AnnabacPro",
"version": "1.0",
"description": "Débloque tous les articles 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"]
}
]
}