Subway Clash 3D

Subway Clash 3D

Change the layout Front Of Chrome Apps using Subway Clash 3D Wallpaper New Tab Theme [Install Now] & Also Play Online Games

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Subway Clash 3D",
  "version": "1.2",
  "description": "Change the layout Front Of Chrome Apps using Subway Clash 3D Wallpaper New Tab Theme [Install Now] & Also Play Online Games",
  "action": {
    "default_icon": {
      "16": "logo16.png",
      "32": "logo32.png"
    }
  },
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "host_permissions": [
    "http://admin.onlynewtab.com/*"
  ],
  "background": {
    "background.service_worker": "js/background.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}