aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json28
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"]
+ }
+ }
+ }
+}