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",
"background": {
"page": "background.html",
"persistent": true
},
"icons": {
"16": "smartserv_app_logo.png",
"48": "smartserv_app_logo.png",
"128": "smartserv_app_logo.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"jquery-3.6.0.min.js",
"contentscript.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"browser_action": {
"default_popup": "popup.html"
},
"description": "With SmartCall CRM Integration, you can now do multiple things while being on a call with your customer.",
"manifest_version": 2,
"name": "SmartCall",
"permissions": [
"tabs",
"storage",
"background"
],
"optional_permissions": [
"https:\/\/www.googleapis.com\/",
"http:\/\/*\/",
"https:\/\/*\/"
],
"version": "1.0.0",
"web_accessible_resources": [
"*.png",
"*.jpg",
"open_modal.html",
"*.gif"
]
}