Add files via upload

This commit is contained in:
Yûki VACHOT 2022-09-04 14:27:36 +02:00 committed by GitHub
parent aa4952cc0a
commit fc332a57ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 0 deletions

13
manifest.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "DofusBook Atelier Bouton Copier",
"description": "Ajout d'un bouton pour chaque nom de ressource dans l'atelier de DofusBook",
"version": "1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": ["https://www.dofusbook.net/fr/outils/atelier"],
"js": ["dofusbook.atelier.copy.js"],
"run_at": "document_end"
}
]
}