Browse Source

added firefox app id key

Gildas 7 years ago
parent
commit
62645c4d17
1 changed files with 5 additions and 0 deletions
  1. 5 0
      manifest.json

+ 5 - 0
manifest.json

@@ -65,6 +65,11 @@
         "http://*/*",
         "https://*/*"
     ],
+    "applications": {
+        "gecko": {
+            "id": "{531906d3-e22f-4a6c-a102-8057b88a1a63}"
+        }
+    },
     "incognito": "spanning",
     "manifest_version": 2
 }