Inspect and view changes in Seznam Doplněk – Vyhledávač source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Seznam Doplněk – Vyhledávač",
"description": "Nastaví do adresního řádku vašeho prohlížeče vyhledávač od Seznamu.",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"96": "icon_96.png",
"128": "icon_128.png"
},
"options_ui": {
"page": "options.html",
"browser_style": true,
"open_in_tab": true
},
"permissions": [
"nativeMessaging",
"storage"
],
"version": "2023.07.1",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon_48.png"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "Seznam.cz",
"keyword": "seznam",
"search_url": "https://search.seznam.cz/?q={searchTerms}&sourceid=63308&thru=quicksearch",
"favicon_url": "https://search.seznam.cz/favicon.ico",
"suggest_url": "https://suggest.seznam.cz/fulltext_ff?phrase={searchTerms}",
"encoding": "UTF-8",
"is_default": true
}
}
}