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,
"permissions": [
"activeTab",
"storage",
"unlimitedStorage",
"offscreen",
"background",
"search"
],
"background": {
"service_worker": "serviceworker.js"
},
"chrome_url_overrides": {
"newtab": "newtab\/index.html"
},
"name": "__MSG_name__",
"description": "__MSG_extension_des__",
"action": {
"default_title": "__MSG_add_to_infinity__",
"default_popup": "popup\/index.html",
"default_icon": {
"32": "icon\/basic32.png",
"96": "icon\/basic96.png",
"128": "icon\/basic128.png"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"default_locale": "en_US",
"optional_permissions": [
"notifications",
"bookmarks",
"topSites",
"history",
"favicon",
"management"
],
"optional_host_permissions": [
"https:\/\/google.com\/",
"https:\/\/suggestion.baidu.com\/",
"https:\/\/mail.google.com\/",
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"_favicon\/*"
],
"matches": [
"<all_urls>"
]
}
],
"version": "11.0.19",
"icons": {
"32": "icon\/basic32.png",
"96": "icon\/basic96.png",
"128": "icon\/basic128.png"
},
"minimum_chrome_version": "88"
}