Examine source code of Redcentric - Unity Assistant

Inspect and view changes in Redcentric - Unity Assistant 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": "Redcentric - Unity Assistant",
  "description": "Unity PC Assistant for Google Chrome by Luke B",
  "version": "1.0.1",
  "homepage_url": "http://www.redcentricplc.com",
  "icons": {
    "48": "imgs/icon_48.png",
    "128": "imgs/icon_128.png"
  },
  "permissions": [
    "http://xsi.ipt.intechnology.co.uk/",
    "http://pillock.net/",
    "storage"
  ],
  "browser_action": {
    "default_icon": "imgs/icon.png",
    "default_popup": "unity.html"
  }
}