From 3ccd67e1da49fd4285348476051a82d71965b4ac Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Mon, 28 Oct 2019 10:09:26 -0400 Subject: [PATCH] Fix firefox requesting permission for fetch --- manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.json b/manifest.json index b2a9787..136396c 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,9 @@ "manifest_version": 2, "description": "This adds an activity filter menu to GitHub dashboard.", "homepage_url": "http://github.com/muan/dashboard", + "permissions": [ + "https://api.github.com/*" + ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ {