Test Bro - Web test assistant & exam helper

Test Bro - Web test assistant & exam helper

Assistant, helper, resolver to pass exam, help resolve online test, skills assessment for linkedin.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_desc__",
  "version": "0.0.0.9",
  "manifest_version": 3,
  "default_locale": "en",
  "author": "[email protected]",
  "side_panel": {
    "default_path": "side-panel/index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "sidePanel",
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "action": {
    "default_title": "Click Me",
    "default_icon": {
      "16": "/images/48.png",
      "24": "/images/48.png",
      "32": "/images/48.png",
      "48": "/images/48.png",
      "128": "/images/128.png"
    }
  },
  "icons": {
    "16": "/images/48.png",
    "24": "/images/48.png",
    "32": "/images/48.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  }
}