Marvel

Marvel

Marvel searching browser extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Marvel",
  "description": "Marvel searching browser extension",
  "version": "1.0",
  "manifest_version": 3,
  "homepage_url": "https://infinitywalls.xyz/index.html",
  "background": {
    "service_worker": "./background.js"
  },
  "chrome_url_overrides": {
    "newtab": "./index.html"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/marvel.png",
      "32": "/images/marvel.png",
      "48": "/images/marvel.png",
      "128": "/images/marvel.png"
    }
  },
  "icons": {
    "16": "/images/marvel.png",
    "32": "/images/marvel.png",
    "48": "/images/marvel.png",
    "128": "/images/marvel.png"
  }
}