Smartsheet Chrome App

Smartsheet Chrome App

Project management and online collaboration in a familiar spreadsheet format.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "Smartsheet",
  "description": "__MSG_appDesc__",
  "version": "1.1.4",
  "default_locale": "en",
  "permissions": [
    "webview",
    "https://app.smartsheet.com/",
    "https://s.smartsheet.com/",
    "https://s3.amazonaws.com/"
  ],
  "app": {
    "background": {
      "scripts": [
        "script/background.js"
      ]
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "128": "images/icon128.png"
  },
  "minimum_chrome_version": "30"
}