From 332874a8edb6015f6261e6f2cad0278df27f6615 Mon Sep 17 00:00:00 2001 From: and94x Date: Mon, 15 Aug 2022 15:37:41 +0200 Subject: [PATCH] restructured chrome manifest --- chrome/manifest.json | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index b507379..44d9575 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,8 +1,18 @@ { - "name": "StammTV Helper", - "description": "Adds a context-menu option to send URLs to StammTV", - "version": "1.1", "manifest_version": 3, + "name": "StammTV Helper", + "version": "1.2", + "action": { + "default_popup": "popup/popup.html" + }, + "default_locale": "en", + "description": "__MSG_description__", + "icons": { + "128": "stammtv-large.png", + "16": "stammtv-bitty.png", + "48": "stammtv-small.png" + }, + "author": "The Founders of StammTV (panki27, and94x)", "background": { "service_worker": "script.js" }, @@ -11,13 +21,4 @@ "storage", "contextMenus" ], - "action": { - "default_popup": "popup/popup.html" - }, - "icons": { - "16": "stammtv-bitty.png", - "48": "stammtv-small.png", - "128": "stammtv-large.png" - }, - "default_locale": "en" } \ No newline at end of file