From 50357f4764140855e8657468e11832debfb37e6d Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 1 Feb 2026 22:38:39 +0300 Subject: v1.0.2 --- manifest.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..f668b29 --- /dev/null +++ b/manifest.json @@ -0,0 +1,28 @@ +{ + "manifest_version": 2, + "name": "Grouper", + "version": "1.0.2", + + "description": "Groups tabs by domain", + + "icons": { + "48": "icons/icon-48.png", + "64": "icons/icon-64.png", + "128": "icons/icon-128.png", + "256": "icons/icon.svg" + }, + + "permissions": ["tabs", "tabGroups", ""], + "background": { + "scripts": ["group.js"] + }, + "browser_specific_settings": { + "gecko": { + "id": "grouper@neonxp.ru", + "strict_min_version": "139.0", + "data_collection_permissions": { + "required": ["none"] + } + } + } +} -- cgit v1.2.3