From 97512619c15c6524e5c7c3f02c07590069f96db3 Mon Sep 17 00:00:00 2001 From: codebicycle Date: Thu, 26 Mar 2020 21:35:10 +0200 Subject: [PATCH] Add extension id --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.json b/manifest.json index 8de56a5..db73f7b 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,11 @@ "manifest_version": 2, "description": "Speed up, slow down, advance and rewind any HTML5 video with quick shortcuts.", "homepage_url": "https://github.com/codebicycle/videospeed", + "browser_specific_settings": { + "gecko": { + "id": "{7be2ba16-0f1e-4d93-9ebc-5164397477a9}" + } + }, "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png",