iSmartFrame Debug Tool

iSmartFrame Debug Tool

Debug Tool for iSmartFrame Platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "iSmartFrame Debug Tool",
  "description": "Debug Tool for iSmartFrame Platform",
  "version": "3.0.6",
  "author": "Akatop",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "iSmartFrame Debug Tool",
    "default_icon": {
      "128": "images/default.png"
    }
  },
  "background": {
    "persistent": true,
    "scripts": [
      "jquery-3.3.1.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "images/icon-16x16.png",
    "32": "images/icon-32x32.png",
    "96": "images/icon-96x96.png",
    "128": "images/icon-128x128.png"
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ]
}