From e63fcdb2669aa2a998753f55baf9e2d8e266217a Mon Sep 17 00:00:00 2001 From: flatsiedatsie Date: Mon, 4 Dec 2023 23:15:55 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index 342872c..0b56126 100644 --- a/manifest.json +++ b/manifest.json @@ -3,12 +3,12 @@ "content_scripts": [ { "css": [ - "css/border.css", + "css/border.css", "css/extension.css" ], "js": [ "js/extension.js", - "js/border.js" + "js/border.js" ] } ], @@ -28,10 +28,10 @@ "name": "Browser", "options": { "default": { - "Restore tabs": true, + "Restore tabs": true, "Browsing history length": 5, "Fullscreen delay": 60, - "Search URL":"https://swisscows.com/en/web?query=", + "Search URL":"https://swisscows.com/en/web?query=", "Debugging": false }, "schema": { @@ -43,18 +43,18 @@ "Browsing history length": { "description": "How long should the list of recently visited web pages be? Set to zero to disable this feature. The default is 5.", "type": "integer", - "minimum": 0, - "maximum": 30 + "minimum": 0, + "maximum": 30 }, "Fullscreen delay": { "description": "If the browser is not actively being used, the currently open tab can, after a while, be shown fullscreen. The buttons and URL bar can be automatically hidden after a while, so that the webpage is shown full screen. You can set the delay in seconds. Set to zero to disable this feature. The default is 60 seconds.", "type": "integer", - "minimum": 0, - "maximum": 180 + "minimum": 0, + "maximum": 180 }, "Search URL": { "description": "Advanced. You can change to a custom default search engine. However, very few search engines will run inside an iframe AND not attempy to open new links in a new window by default (opening links in new windows is blocked for security reasons). The default is https://swisscows.com/en/web?query=", - "type": "string" + "type": "string" }, "Debugging": { "description": "Advanced. Enable this to see much more detail in the internal log about what this add-on is doing.", @@ -66,7 +66,7 @@ } }, "short_name": "Browser", - "version": "0.0.1", + "version": "0.0.2", "web_accessible_resources": [ "css/*.css", "images/*.svg",