Real Cricket 20 for PC - Change New TB

Real Cricket 20 for PC - Change New TB

Real Cricket 20 for PC extension provides you with 'Real Cricket 20' design on new tab. Designed for 'Real Cricket 20' app fans.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.3",
  "name": "Real Cricket 20 for PC - Change New TB",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Real Cricket 20 for PC extension provides you with 'Real Cricket 20' design on new tab. Designed for 'Real Cricket 20' app fans.",
  "offline_enabled": true,
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "48": "img/icon48.png",
      "128": "img/icon128.png"
    }
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "service_worker": "js/main.js"
  }
}