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_extName__",
"default_locale": "en",
"description": "__MSG_extDescription__",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"menu.js"
]
}
],
"permissions": [
"storage",
"contextMenus"
],
"action": {
"default_icon": {
"16": "\/images\/img-search16.png",
"32": "\/images\/img-search32.png",
"48": "\/images\/img-search48.png",
"128": "\/images\/img-search128.png"
}
},
"icons": {
"16": "\/images\/img-search16.png",
"32": "\/images\/img-search32.png",
"48": "\/images\/img-search48.png",
"128": "\/images\/img-search128.png"
},
"options_page": "options.html",
"host_permissions": [
"https:\/\/api.zapiex.com\/",
"*:\/\/*\/*",
"<all_urls>"
]
}