From 6658bea8d444281491718f8eee7bc3ae42f91b69 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 21 Jul 2016 10:45:32 -0700 Subject: Implement some cross-browser practices (#473) * Add mozilla plugin key to manifest * Move all chrome references into platform-checking module Addresses #453 * Add chrome global back to linter blacklist * Add tests --- app/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/manifest.json') diff --git a/app/manifest.json b/app/manifest.json index 2c5629f7a..4cca79c72 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -37,6 +37,11 @@ "all_frames": false } ], + "applications": { + "gecko": { + "id": "MOZILLA_EXTENSION_ID" + } + }, "permissions": [ "notifications", "storage", -- cgit