RobotOpen DS

RobotOpen DS Chrome App
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": "RobotOpen DS",
  "description": "RobotOpen DS Chrome App",
  "version": "0.0.15",
  "manifest_version": 2,
  "minimum_chrome_version": "24",
  "permissions": [
    {
      "socket": [
        "udp-send-to",
        "udp-bind"
      ]
    },
    "notifications",
    "storage"
  ],
  "app": {
    "background": {
      "scripts": [
        "chromeapp.js"
      ]
    }
  },
  "icons": {
    "16": "logo-16.png",
    "48": "logo-48.png",
    "128": "logo.png"
  }
}