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": "Digital Engagement Setup Canvas",
"description": "Visual setup, analysis, and debugging for Salesforce Digital Engagement",
"version": "0.1.0",
"action": {
"default_title": "Open Digital Engagement Canvas"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"cookies",
"tabs"
],
"host_permissions": [
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.salesforce-setup.com\/*",
"https:\/\/*.force.com\/*"
]
}