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,
"version": "0.1.16",
"permissions": [
"activeTab",
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"optional_permissions": [
"system.cpu",
"system.memory",
"bookmarks",
"history",
"favicon"
],
"background": {
"service_worker": "serviceworker.js"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"default_locale": "en_US",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_des__",
"action": {
"default_title": "__MSG_extension_add_to_home__",
"default_popup": "popup\/index.html",
"default_icon": {
"16": "icons\/icon_en_16.png",
"32": "icons\/icon_en_32.png",
"48": "icons\/icon_en_48.png"
}
},
"icons": {
"16": "icons\/icon_en_16.png",
"32": "icons\/icon_en_32.png",
"48": "icons\/icon_en_48.png",
"128": "icons\/icon_en_128.png"
}
}