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

3 Commits

Author SHA1 Message Date
16d126598e Merge pull request #23 from koloml/hotfix/firefox-missing-extension-id
Fixed missing extension ID required for publishing to Firefox extensions store
2024-08-08 08:00:09 +04:00
a93430f3e3 Bumped version to 0.2.0.1 2024-08-08 07:54:20 +04:00
1927c2ec31 Fixed missing extension ID for FireFox 2024-08-08 07:53:53 +04:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
{
"name": "Furbooru Tagging Assistant",
"description": "Experimental extension with a set of tools to make the tagging faster and easier. Made specifically for Furbooru.",
"version": "0.2.0",
"version": "0.2.0.1",
"browser_specific_settings": {
"gecko": {
"id": "furbooru-tagging-assistant@thecore.city"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",

View File

@@ -1,6 +1,6 @@
{
"name": "furbooru-tagging-assistant",
"version": "0.2.0",
"version": "0.2.0.1",
"private": true,
"scripts": {
"build": "npm run build:popup && npm run build:extension",