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_extension_shortname__",
"short_name": "__MSG_extension_shortname__",
"version": "1.0.1",
"options_page": "src\/options\/options.html",
"action": {
"default_icon": "icons\/128.png"
},
"description": "__MSG_extension_description__",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.google.com\/*"
],
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"icons": {
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"chrome_url_overrides": {
"newtab": "src\/search_popup\/standalone.html"
}
}