From 2a4911d8273afda4f58368d7989c9636179189fa Mon Sep 17 00:00:00 2001 From: Kamil Tomala Date: Sun, 13 Aug 2017 16:23:07 +0200 Subject: [PATCH] Add an explicit addon id to the manifest Fixes lint warnings and (hopefully) the missing browser.runtime in content scripts when running via web-ext run --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.json b/manifest.json index 233dda1..ba7f03e 100644 --- a/manifest.json +++ b/manifest.json @@ -7,6 +7,12 @@ "icons": {}, + "applications": { + "gecko": { + "id": "@clipboard-inserter" + } + }, + "permissions": [ "activeTab", "clipboardRead",