SmartINSTALLER

SmartINSTALLER

Install and update SmartTHING NetCommunity Custom Parts easily and quickly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SmartINSTALLER",
  "description": "Install and update SmartTHING NetCommunity Custom Parts easily and quickly",
  "version": "2.96",
  "icons": {
    "16": "resources/icon.png",
    "48": "resources/icon.png",
    "128": "resources/icon.png"
  },
  "content_security_policy": {},
  "content_scripts": [
    {
      "matches": [
        "*://*/cms/custompartadmingallery*",
        "*://*/cms/contentpartadmineditor*",
        "*://*/*/cms/custompartadmingallery*",
        "*://*/*/cms/contentpartadmineditor*",
        "https://*/*/cms/custompartadmingallery"
      ],
      "js": [
        "js/core.js"
      ],
      "css": [
        "css/jquery.fancybox.css",
        "css/style.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "resources/fancybox_overlay.png",
        "resources/fancybox_sprite.png",
        "resources/fancybox_loading.gif",
        "resources/icon.png",
        "js/websrc.js",
        "js/in_page.js"
      ]
    }
  ]
}