1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00
Files
furbooru-tagging-assistant/manifest.json

14 lines
245 B
JSON

{
"name": "Furbooru Tagging Assistant (Rewrite)",
"version": "0.0.1",
"manifest_version": 3,
"host_permissions": [
"*://*.furbooru.org/"
],
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage"
]
}