Premium Sender (Beta)

Premium Sender (Beta)

Premium Sender Beta. Filter numbers, send messages, attachments and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Premium Sender (Beta)",
  "description": "Premium Sender Beta. Filter numbers, send messages, attachments and more.",
  "version": "1.0.52",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "backgroundmin.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "*://web.whatsapp.com/*",
    "https://www.premiumsender.in/*",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "contentmin.js"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "img/emojis/angry.gif",
    "img/emojis/care.gif",
    "img/emojis/haha.gif",
    "img/emojis/like.gif",
    "img/emojis/love.gif",
    "img/emojis/sad.gif",
    "img/emojis/wow.gif",
    "js/libmin.js",
    "css/page.css",
    "css/tippy.css",
    "locales/en.json",
    "locales/countries.json"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/16.png",
      "32": "/images/32.png",
      "48": "/images/48.png",
      "128": "/images/128.png"
    }
  },
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}