Examine source code of Appto

Inspect and view changes in Appto 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": "Appto",
  "description": "Appto Chrome app.",
  "manifest_version": 2,
  "version": "0.5",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "gcm",
    "storage",
    "webview",
    "audioCapture",
    "videoCapture",
    "notifications",
    "<all_urls>",
    "http://*.twiliocdn.com/*",
    "https://*.twiliocdn.com/*"
  ],
  "icons": {
    "128": "gcm_128.png"
  }
}