*S Updater

*S Updater

The extension saves changes made in css/js files in debug mode. To use this plugin you need to place _updater_.php in the site root.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "*S Updater",
  "short_name": "*S Updater",
  "version": "1.2",
  "description": "The extension saves changes made in css/js files in debug mode. To use this plugin you need to place _updater_.php in the site root.",
  "icons": {
    "16": "img/16.png",
    "19": "img/19.png",
    "38": "img/38.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "devtools_page": "html/devtools.html",
  "background": {
    "page": "html/background.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "tabs",
    "debugger",
    "storage"
  ],
  "browser_action": {
    "default_title": "*S Updater Application",
    "default_icon": {
      "19": "img/19.png",
      "38": "img/38.png"
    },
    "default_popup": "html/about.html"
  }
}