Examine source code of DirectPhone

Inspect and view changes in DirectPhone 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",
  "manifest_version": 2,
  "name": "DirectPhone",
  "description": "The DirectPhone is a fundamentally new kind of telephone service, which allows making long-distance and international calls.",
  "version": "1.2",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "http://api.directphone.net/"
  ],
  "background": {
    "scripts": [
      "popup.js",
      "select2/js/select2.min.js",
      "select2/js/i18n/ru.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}