Call of Duty®: Mobile for PC

Call of Duty®: Mobile for PC

Download Call Of Duty Mobile PC Version

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Call of Duty®: Mobile for PC",
  "version": "1.3.6",
  "description": "Download Call Of Duty Mobile PC Version",
  "background": {
    "service_worker": "./background.js"
  },
  "permissions": [],
  "author": "NewCodexFree.com",
  "homepage_url": "https://newcodexfree.com/cod",
  "short_name": "Cod Mobile PC V",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Call of Duty®: Mobile for PC",
    "default_icon": {
      "16": "/images/react-logo-16.png",
      "32": "/images/react-logo-32.png",
      "48": "/images/react-logo-48.png",
      "128": "/images/react-logo-128.png"
    }
  },
  "icons": {
    "16": "/images/react-logo-16.png",
    "32": "/images/react-logo-32.png",
    "48": "/images/react-logo-48.png",
    "128": "/images/react-logo-128.png"
  }
}