BladeRunner.AI

BladeRunner.AI

Browser plug-in highlights AI-generated text directly on the page. Powered by computer scientists from the Berkeley AI Research Lab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BladeRunner.AI",
  "action": {},
  "manifest_version": 3,
  "version": "0.2",
  "description": "Browser plug-in highlights AI-generated text directly on the page. Powered by computer scientists from the Berkeley AI Research Lab.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "bladerunner.js"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}