Inspect and view changes in SalesWook CRM source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "SalesWook CRM",
"description": "SalesWook CRM",
"manifest_version": 3,
"version": "1.0.1",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "/assets/images/icon.png"
},
"icons": {
"16": "/assets/images/icon.png",
"32": "/assets/images/icon.png",
"64": "/assets/images/icon.png",
"128": "/assets/images/icon.png",
"256": "/assets/images/icon.png"
},
"permissions": [
"storage",
"notifications",
"alarms"
],
"host_permissions": [
"https://saleswook.com/*"
]
}