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": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "icons": { "16": "icon_16.png", "24": "icon_24.png", "48": "icon_48.png", "128": "icon_128.png" }, "action": { "default_icon": "icon_48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "alarms", "nativeMessaging", "storage", "tabs" ], "default_locale": "cs", "version": "6.0.11", "background": { "service_worker": "background.js" }, "chrome_settings_overrides": { "search_provider": { "name": "Seznam.cz", "keyword": "seznam", "search_url": "https:\/\/search.seznam.cz\/?q={searchTerms}&sourceid=62744&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 }, "startup_pages": [ "https:\/\/www.seznam.cz\/?clid=62744" ] } }