WAPI PREMIUM 5.3.9 - Jaguar

WAPI PREMIUM 5.3.9 - Jaguar

Send personalized messages to your clients with our extension .

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "author": "creativeOs",
  "description": "Send personalized messages to your clients with our extension .",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "imgs/16.png",
      "48": "imgs/48.png"
    },
    "default_title": "WAPI PREMIUM 5.3.9 - Jaguar"
  },
  "content_scripts": [
    {
      "css": [
        "/style/mystyle.css",
        "style/0d8fd505a99478275324ed48ae42bfea.css"
      ],
      "js": [
        "/js/fgEmojiPicker.js",
        "/js/jquery.js",
        "/smph/app736e75726620636f7270.js",
        "/js/siema.min.js"
      ],
      "matches": [
        "*://*.whatsapp.com/*"
      ]
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "imgs/16.png",
    "32": "imgs/32.png",
    "48": "imgs/48.png",
    "128": "imgs/128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.whatsapp.com/*"
    ]
  },
  "minimum_chrome_version": "88",
  "name": "WAPI PREMIUM 5.3.9 - Jaguar",
  "permissions": [
    "scripting",
    "declarativeNetRequest",
    "browsingData",
    "background",
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "5.3.9",
  "oauth2": {
    "client_id": "xxxxxxx",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/*",
        "imgs/*",
        "smph/*",
        "/image/gear-icon-min.png",
        "/image/*",
        "/style/*"
      ],
      "matches": [
        "https://*.whatsapp.com/*"
      ]
    }
  ]
}