Laya Tree

Laya Tree

Laya Tree

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Laya Tree",
  "version": "1.0.5",
  "description": "Laya Tree",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "devtools_page": "devtool.html",
  "manifest_version": 2,
  "icons": {
    "48": "static/images/icon48.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "static/images/icon48.png"
  },
  "permissions": [],
  "web_accessible_resources": [],
  "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}