Inspect and view changes in SetSail 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
{
"name": "SetSail",
"content_security_policy": "default-src 'self'; frame-src https://app.setsail.co/; style-src 'self' 'sha256-E++x2wqqEeNrAZuNJhxouML5PMK/eDVZnMg+ff4E/Ww='; object-src 'none'",
"externally_connectable": {
"matches": [
"https://app.setsail.co/*"
]
},
"description": "Unlock your potential by leveraging AI to reward what matters in \"real time\"",
"version": "1.2.1.0",
"manifest_version": 2,
"icons": {
"16": "setsail_16.png",
"48": "setsail_48.png",
"128": "setsail_128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://*.lightning.force.com/*"
],
"css": [
"salesforce.css"
],
"js": [
"sidebar.js"
]
},
{
"matches": [
"https://*.salesforce.com/*",
"https://*.linkedin.com/*",
"https://*.crm.dynamics.com/*",
"https://app.hubspot.com/*"
],
"css": [
"salesforce-classic.css"
],
"js": [
"sidebar.js"
]
},
{
"matches": [
"https://mail.google.com/*"
],
"css": [
"gmail.css"
],
"js": [
"sidebar.js"
]
}
],
"web_accessible_resources": [
"proxy.html",
"setsail.png"
]
}