App for Outlook.com

App for Outlook.com

Wraps Outlook.com in a Google Chrome App so it can be used as if it were a native app on any OS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "App for Outlook.com",
  "description": "Wraps Outlook.com in a Google Chrome App so it can be used as if it were a native app on any OS.",
  "version": "1.5",
  "author": "Stephen Bonar",
  "icons": {
    "128": "ao-icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "webview",
    "storage"
  ]
}