Cisar

Cisar

SharePoint CSR Live Edit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cisar",
  "homepage_url": "https://github.com/andrei-markeev/cisar",
  "version": "2.1.2",
  "description": "SharePoint CSR Live Edit",
  "icons": {
    "48": "AppIcon48.png",
    "96": "AppIcon96.png",
    "128": "AppIcon.png"
  },
  "web_accessible_resources": [
    "Content/*.woff2"
  ],
  "devtools_page": "devtools.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2
}