diff options
| author | 2026-02-01 22:38:39 +0300 | |
|---|---|---|
| committer | 2026-02-01 22:38:39 +0300 | |
| commit | 50357f4764140855e8657468e11832debfb37e6d (patch) | |
| tree | c12b5e3dc73a4b6cf53ce6c17dc27db368eca2a1 /manifest.json | |
| download | grouper-master.tar.gz grouper-master.tar.bz2 grouper-master.tar.xz grouper-master.zip | |
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 28 |
1 files changed, 28 insertions, 0 deletions
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", "<all_urls>"], + "background": { + "scripts": ["group.js"] + }, + "browser_specific_settings": { + "gecko": { + "id": "grouper@neonxp.ru", + "strict_min_version": "139.0", + "data_collection_permissions": { + "required": ["none"] + } + } + } +} |
