Kadiska

This is a piece of Kadiska ecosystem
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "author": "Kadiska",
  "version": "2401.1.0",
  "version_name": "2401.1.0",
  "name": "Kadiska",
  "description": "This is a piece of Kadiska ecosystem",
  "homepage_url": "https://www.kadiska.com/",
  "icons": {
    "48": "static/icon-48.png",
    "96": "static/icon-96.png"
  },
  "permissions": [
    "storage",
    "identity",
    "identity.email",
    "webRequest",
    "system.memory",
    "system.cpu",
    "http://*/*",
    "https://*/*",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": "static/img_notsync.png",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "devtools_page": "devtools.html",
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "csBootstrap.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "storage": {
    "managed_schema": "static/gpo-schema.json"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "web_accessible_resources": [
    "static/img_idle.png",
    "static/img_run.png",
    "static/img_notsync.png",
    "popup.html",
    "uiPopup.js",
    "options.html",
    "uiOptions.js",
    "devtools.html",
    "uiDevtools.js",
    "monitor.html",
    "uiMonitor.js",
    "csAgent.js",
    "csBootstrap.js",
    "csKeyThanks.js",
    "kadiska-rum.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}