Examine source code of Domino Diamond

Inspect and view changes in Domino Diamond 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": "Domino Diamond",
  "short_name": "Dominoes Diamond",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "short_description": "__MSG_appShortDesc__",
  "version": "0.6.3",
  "manifest_version": 2,
  "app": {
    "urls": [
      "*://domino.cloudymedia.com/"
    ],
    "launch": {
      "web_url": "http://domino.cloudymedia.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications"
  ]
}