Premium Sender

Premium Sender

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "backgroundmin.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "PremiumSender"
  },
  "content_scripts": [
    {
      "js": [
        "contentmin.js"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "Premium Sender",
  "permissions": [
    "notifications",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.63"
}