From f0f8bc91892144f3f9b020c807273849fba40bcf Mon Sep 17 00:00:00 2001 From: bytedream Date: Mon, 13 Sep 2021 01:57:41 +0200 Subject: [PATCH] Added id --- src/manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index eecaa2a..2d1e373 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,8 +3,13 @@ "name": "Stream Bypass", "author": "ByteDream", "description": "", - "version": "1.1.0", + "version": "1.1.3", "homepage_url": "https://github.com/ByteDream/stream-bypass", + "browser_specific_settings": { + "gecko": { + "id": "{55dd42e8-3dd9-455a-b4fe-86664881b10c}" + } + }, "content_scripts": [ { "all_frames": true,