Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Seznam Dopln\u011bk \u2013 Vyhled\u00e1va\u010d", "description": "Nastav\u00ed do adresn\u00edho \u0159\u00e1dku va\u0161eho prohl\u00ed\u017ee\u010de vyhled\u00e1va\u010d 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": "6.0.3", "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 } } }