Avengers Endgame New Tab Page

Avengers Endgame New Tab Page

Avengers Endgame Is The Best New Tab Extension You Ever Saw - Avengers Endgame Wallpapers And More Amazing Features

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "2.9.2",
  "description": "__MSG_locDesc__",
  "chrome_url_overrides": {
    "newtab": "my_home.html"
  },
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "128": "128-my_logo.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "128-my_logo.png",
    "default_title": "Avengers Endgame New Tab Page"
  },
  "name": "Avengers Endgame New Tab Page",
  "background": {
    "scripts": [
      "main_script.js"
    ]
  }
}