Examine source code of Omnistudio Addons

Inspect and view changes in Omnistudio Addons 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": "Omnistudio Addons",
  "version": "1.0.10",
  "description": "Omnistudio Add-ons enable comparison and search across Omniscript, VIP, Flexcards, Lightning web components, and Apex",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "assets/salesforce-logo-16.png",
      "32": "assets/salesforce-logo-32.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://*.salesforce.com/",
    "https://*.force.com/"
  ],
  "permissions": [
    "cookies",
    "tabs",
    "activeTab"
  ]
}