mirror of
https://github.com/NohamR/KartablePro.git
synced 2025-05-24 00:48:58 +00:00
28 lines
564 B
JSON
28 lines
564 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "KartablePro",
|
|
"version": "1.0",
|
|
"description": "Débloque tous les articles sur Kartable gratuitement",
|
|
"permissions": [
|
|
"activeTab",
|
|
"storage",
|
|
"tabs"
|
|
],
|
|
"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.kartable.fr/*"],
|
|
"js": ["load.js"]
|
|
}
|
|
]
|
|
} |