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",
"name": "__MSG_name__",
"version": "1.8.1",
"description": "__MSG_description__",
"manifest_version": 3,
"background": {
"service_worker": "core\/service_worker.js"
},
"chrome_url_overrides": {
"newtab": "core\/newpage-pop.html"
},
"icons": {
"16": "img\/IBChrome16.png",
"32": "img\/IBChrome32.png",
"48": "img\/IBChrome48.png",
"128": "img\/IBChrome128.png"
},
"permissions": [
"tabs",
"storage",
"bookmarks",
"contextMenus",
"unlimitedStorage",
"favicon",
"sessions"
],
"optional_permissions": [
"topSites"
],
"options_page": "core\/options.html",
"default_locale": "en",
"content_security_policy": [],
"host_permissions": [
"http:\/\/*.flickr.com\/"
]
}