Xbox 360 emulator for PC - New Tab Background

Xbox 360 emulator for PC - New Tab Background

Choose and set Xbox 360 Emulator For PC, Windows cusomised background in new tab on your Chrome web browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Xbox 360 emulator for PC - New Tab Background",
  "description": "Choose and set Xbox 360 Emulator For PC, Windows cusomised background in new tab on your Chrome web browser",
  "version": "1.0",
  "homepage_url": "https://techdet.com",
  "chrome_url_overrides": {
    "newtab": "newimg.html"
  },
  "icons": {
    "16": "xbox-logo.png",
    "48": "xbox-logo.png",
    "128": "xbox-logo.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  }
}