Examine source code of Smartsheet Sales

Inspect and view changes in Smartsheet Sales 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": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "2.5.1",
  "manifest_version": 2,
  "default_locale": "en",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "46145466229",
  "intents": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/vnd.ms-excel",
          "text/csv",
          "application/vnd.ms-project",
          "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
          "application/vnd.google.drive.ext-type.xls",
          "application/vnd.google.drive.ext-type.xlsx",
          "application/vnd.google.drive.ext-type.csv",
          "application/vnd.google.drive.ext-type.mpp"
        ],
        "href": "https://app.smartsheet.com/b/home?s=32&m=104",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "app": {
    "urls": [
      "https://app.smartsheet.com/"
    ],
    "launch": {
      "web_url": "https://app.smartsheet.com/b/home?s=32&m=104&lx=81YVkQF1_EXcxbJlcPnzYg"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}