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": "Customer Service Total Solution",
"version": "1.3",
"description": "Can help make decisions in a better way",
"permissions": [
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Open CS Proposal",
"default_icon": {
"16": "icon.jpg",
"32": "icon.jpg",
"48": "icon.jpg",
"128": "icon.jpg"
}
},
"icons": {
"16": "icon.jpg",
"32": "icon.jpg",
"48": "icon.jpg",
"128": "icon.jpg"
}
}