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_extName__",
"version": "1.1.5",
"description": "__MSG_extDescription__",
"default_locale": "en",
"author": "Michael Ip",
"homepage_url": "https:\/\/www.zovo.one",
"icons": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
},
"permissions": [
"cookies",
"storage",
"contextMenus",
"notifications",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'none'"
},
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png"
},
"default_title": "__MSG_extActionTitle__"
},
"background": {
"service_worker": "src\/background\/service-worker.js"
}
}