Wall of Marvel

Wall of Marvel

Shows the latest comic book covers from Marvel when opening a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Wall of Marvel",
  "description": "Shows the latest comic book covers from Marvel when opening a new tab.",
  "version": "1.2.3",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "author": "martimatix",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}