WoonBrow

WoonBrow

WoonBrowser is an Open Source adaptation of Ragnarok Online game and based on Keyworlds roBrowser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WoonBrow",
  "version": "1.14",
  "description": "WoonBrowser is an Open Source adaptation of Ragnarok Online game and based on Keyworlds roBrowser",
  "author": "Thibault Vincent",
  "minimum_chrome_version": "23.0",
  "icons": {
    "16": "chrome-app/icon_16.png",
    "128": "chrome-app/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "chrome-app/index.js"
      ]
    }
  },
  "permissions": [
    {
      "socket": [
        "tcp-connect:*:*"
      ]
    },
    "storage",
    "http://*/*"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  }
}