Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"name": "zShare",
"version": "1.36",
"description": "zShare - The easiest way to share content on social media.",
"permissions": [
"activeTab",
"tabs",
"contextMenus",
"storage",
"scripting"
],
"background": {
"service_worker": "js\/zsbackground.js"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"js\/jquery-1.7.1.js",
"js\/zinit.js",
"js\/tpc.js",
"js\/zmouse.js",
"js\/zis_load.js",
"js\/zoptions.js",
"js\/zcontent_script.js"
],
"css": [
"css\/zsstyle.css"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"128": "images\/icon128.png"
},
"action": {
"default_icon": "images\/icon32.png"
},
"options_ui": {
"page": "html\/zoptions.html",
"open_in_tab": true
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; font-src 'self' https:\/\/code.cdn.mozilla.net https:\/\/use.fontawesome.com https:\/\/static.zohocdn.com\/zohologs\/ https:\/\/static.zohocdn.com\/zohofonts\/ https:\/\/webfonts.zohostatic.com"
},
"minimum_chrome_version": "88",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
{
"resources": [
"images\/zshare.png",
"images\/icon128.png",
"images\/line-black-48.png",
"images\/line-white-48.png",
"html\/tpc.html",
"css\/font\/z-social.eot",
"css\/font\/z-social.svg",
"css\/font\/z-social.ttf",
"css\/font\/z-social.woff"
],
"matches": [
"<all_urls>"
]
}
],
"incognito": "split",
"manifest_version": 3
}