Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Dec 4, 2023
1 parent 50778da commit e63fcdb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
],
Expand All @@ -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": {
Expand All @@ -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.",
Expand All @@ -66,7 +66,7 @@
}
},
"short_name": "Browser",
"version": "0.0.1",
"version": "0.0.2",
"web_accessible_resources": [
"css/*.css",
"images/*.svg",
Expand Down

0 comments on commit e63fcdb

Please sign in to comment.