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_appName__",
"description": "__MSG_shortDesc__",
"version": "1.1.2",
"default_locale": "en",
"icons": {
"16": "logo\/lg-16_x_16.png",
"48": "logo\/lg-48_x_48.png",
"64": "logo\/lg-64_x_64.png",
"96": "logo\/lg-96_x_96.png",
"128": "logo\/lg-128_x_128.png"
},
"action": {
"default_title": "Homepage Quick Access"
},
"permissions": [
"activeTab",
"contextMenus",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "service-worker.js"
}
}