LiveRhino Editor

LiveRhino Editor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LiveRhino Editor",
  "version": "0.2.4",
  "icons": {
    "128": "www/images/app_logo.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ]
}