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_title__",
"version": "1.4.1",
"description": "__MSG_description__",
"default_locale": "en",
"action": {
"default_popup": "index.html",
"default_icon": "icons\/suite_38.png"
},
"options_page": "options.html",
"icons": {
"16": "icons\/suite_16.png",
"48": "icons\/suite_32.png",
"128": "icons\/suite_128.png"
},
"permissions": [
"storage",
"activeTab",
"webRequest"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "service_worker.js"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "GoSearch",
"keyword": "search.offidocs.com",
"search_url": "https:\/\/search.offidocs.com\/?q={searchTerms}&addon=chrome",
"favicon_url": "https:\/\/search.offidocs.com\/favicon.png",
"encoding": "UTF-8",
"is_default": true
}
}
}