undefined

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ask Jarvis",
  "description": "Learn faster with this trusty AI Research Assistant.",
  "version": "3.25",
  "icons": {
    "16": "assets/icons/jarvis16.png",
    "48": "assets/icons/jarvis48.png",
    "128": "assets/icons/jarvis128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "assets/background.201a5f9c.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentscript-loader-content.1dc877d8.js"
      ],
      "run_at": "document_start",
      "css": [
        "assets/content.4d46636b.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-dev.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/*"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/content.1dc877d8.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "manifest_version": 3
}