Sitecore Developer Tool

Sitecore Developer Tool

Tool for sitecore developers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sitecore Developer Tool",
  "version": "2.1.2",
  "description": "Tool for sitecore developers",
  "permissions": [
    "tabs",
    "notifications",
    "http://*/*",
    "https://*/*",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "img/sitecoreLogo.png",
    "48": "img/sitecoreLogo.png",
    "128": "img/sitecoreLogo.png"
  },
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_title": "Sitecore Developer tool",
    "default_icon": "img/sitecoreLogo.png",
    "default_popup": "popup.html"
  }
}