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

Reformatting the code using new editorconfig

This commit is contained in:
2024-03-23 03:13:39 +04:00
parent 659d9d4e73
commit fdb1ed913e
25 changed files with 326 additions and 322 deletions

View File

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