1
0
mirror of https://github.com/koloml/philomena-tagging-assistant.git synced 2026-05-09 07:12:19 +00:00
Files
philomena-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"
]
}