Avengers Endgame Tony Stark Theme

Avengers Endgame Tony Stark Theme

Part of the journey is the end.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.0.1",
  "description": "Part of the journey is the end.",
  "name": "Avengers Endgame Tony Stark Theme",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Avengers Endgame Tony Stark"
  },
  "permissions": [
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "icons": {
    "64": "smallIcon.png",
    "128": "icon.png"
  },
  "incognito": "split"
}