Checkmark Ninja

Checkmark Ninja

This extension improves the workflow for our services.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Checkmark Ninja",
  "version": "3.63.0",
  "version_name": "3.63.0",
  "externally_connectable": {
    "matches": [
      "https://checkmark.ninja/*",
      "https://mturk.checkmark.ninja/*",
      "https://workersandbox.mturk.com/*",
      "https://workersandbox.mturkcontent.com/*",
      "https://worker.mturk.com/*",
      "https://worker.mturkcontent.com/*"
    ]
  },
  "description": "This extension improves the workflow for our services.",
  "minimum_chrome_version": "92",
  "permissions": [
    "webNavigation",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content_script.js-loader-0505b7a0.js"
      ],
      "matches": [
        "https://*.linkedin.com/in/*",
        "https://*.linkedin.com/404/*",
        "https://*.linkedin.com/checkpoint/*"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "js": [
        "assets/content_script_iframe.js-loader-e8a2a402.js"
      ],
      "matches": [
        "https://*.linkedin.com/in/*/details/*"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://localhost/*",
        "https://*/*"
      ],
      "resources": [
        "src/*",
        "img/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://*.linkedin.com/*",
        "https://*.linkedin.com/*",
        "https://*.linkedin.com/*"
      ],
      "resources": [
        "assets/content_main-0bc74c9e.js",
        "assets/utils-d3a119ce.js",
        "assets/errors-72a179bc.js",
        "assets/config-df3ab8d4.js",
        "assets/content_script.js-49cedda9.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "resources": [
        "assets/content_main-0bc74c9e.js",
        "assets/utils-d3a119ce.js",
        "assets/errors-72a179bc.js",
        "assets/config-df3ab8d4.js",
        "assets/content_script_iframe.js-ee9195a8.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "img/logo_16.png",
      "32": "img/logo_32.png",
      "48": "img/logo_48.png",
      "128": "img/logo_128.png",
      "256": "img/logo_256.png",
      "512": "img/logo_512.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "16": "img/logo_16.png",
    "32": "img/logo_32.png",
    "48": "img/logo_48.png",
    "128": "img/logo_128.png",
    "256": "img/logo_256.png",
    "512": "img/logo_512.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}