mirror of
https://github.com/arthur-pbty/extention-pronote-20-20.git
synced 2026-06-20 13:50:38 +02:00
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Modificateur de notes",
|
|
"version": "1.0",
|
|
"permissions": [
|
|
"activeTab",
|
|
"scripting",
|
|
"storage"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://0332870r.index-education.net/pronote/eleve.html"
|
|
],
|
|
"js": ["contentScript.js"]
|
|
}
|
|
]
|
|
}
|