22 lines
No EOL
596 B
JSON
22 lines
No EOL
596 B
JSON
{
|
|
"name": "DofusBook Atelier Bouton Copier",
|
|
"description": "Ajout d'un bouton pour copier chaque nom de ressource dans l'atelier de DofusBook",
|
|
"version": "1.1.0",
|
|
"manifest_version": 3,
|
|
"icons": {
|
|
"16": "./icons/icon16.png",
|
|
"32": "./icons/icon32.png",
|
|
"48": "./icons/icon48.png",
|
|
"128": "./icons/icon128.png"
|
|
},
|
|
"permissions": [
|
|
"tabs",
|
|
"scripting"
|
|
],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"host_permissions": [
|
|
"https://www.dofusbook.net/*"
|
|
]
|
|
} |