KellyC JoyReactor

KellyC JoyReactor

Bookmarks, image collector for several sites that supports JoyReactor CMS engine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "run_at": "document_start",
      "js": [
        "widget/kellyTooltip.js",
        "widget/kellyTileGrid.js",
        "widget/kellyImageView.js",
        "lib/kellyLoc.js",
        "lib/kellyStorageManager.js",
        "lib/kellyThreadWork.js",
        "lib/kellyGrabber.js",
        "lib/kellyFastSave.js",
        "lib/kellyToolbar.js",
        "lib/kellyTools.js",
        "lib/kellyOptions.js",
        "lib/kellyAdditionsForm.js",
        "lib/kellyFavItems.js",
        "lib/profiles/joyreactor.js",
        "lib/profiles/joyreactor.unlock.js",
        "lib/profiles/topjoyreactor.js",
        "lib/recorder/kellyPageWatchdog.js",
        "lib/recorder/kellyLoadDocControll.js",
        "lib/recorder/kellyDPage.js",
        "env/init/joyreactorFront.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "manifest_version": 3,
  "version": "1.2.1.9",
  "name": "KellyC JoyReactor",
  "description": "Bookmarks, image collector for several sites that supports JoyReactor CMS engine",
  "icons": {
    "32": "env/img/icon32x32_joyreactor.png",
    "44": "env/img/icon44x44_joyreactor.png",
    "128": "env/img/icon128x128_joyreactor.png"
  },
  "author": "nradiowave",
  "default_locale": "en",
  "permissions": [
    "downloads",
    "storage",
    "declarativeNetRequest",
    "tabs",
    "unlimitedStorage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "env/html/joyreactorDownloader.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "env/html/joyreactorPopup.html",
    "default_icon": {
      "32": "env/img/icon32x32_joyreactor.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "env/css/*.css",
        "env/html/*.html",
        "env/dynamic/*.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}