From f7543cfa1d14982377f1a609828e0b353b7adf2f Mon Sep 17 00:00:00 2001 From: space Date: Tue, 17 Feb 2026 15:11:33 +0000 Subject: [PATCH] chore: bump version to 1.2.1 [skip ci] --- manifest.json | 22 ++++++++++++++++------ package.json | 4 ++-- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index e6f58d5..3e2a98f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,21 +1,31 @@ { "manifest_version": 2, "name": "vinted-favs-price", - "version": "1.2.0", - "categories": { "firefox": ["shopping"] }, + "version": "1.2.1", + "categories": { + "firefox": [ + "shopping" + ] + }, "requires_payment": false, "content_scripts": [ { - "matches": ["https://www.vinted.de/member/items/favourite_list"], - "js": ["calculate-total.js"] + "matches": [ + "https://www.vinted.de/member/items/favourite_list" + ], + "js": [ + "calculate-total.js" + ] } ], "browser_specific_settings": { "gecko": { "id": "fav-price@vinted.de", "data_collection_permissions": { - "required": ["websiteContent"] + "required": [ + "websiteContent" + ] } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 20355d7..ff5c860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vinted-favs-price", - "version": "1.2.0", + "version": "1.2.1", "description": "Firefox extension to track Vinted favorite prices.", "main": "index.js", "scripts": { @@ -16,4 +16,4 @@ "node": ">=24.0.0" }, "private": true -} \ No newline at end of file +}