WhatsApp New Number

WhatsApp New Number

Those who are using WhatsApp in browser finds it difficult to send a message to new contact number without saving phone number to phone contact. WhatsApp New Number extension helps them out.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "WhatsApp New Number",
  "description": "Those who are using WhatsApp in browser finds it difficult to send a message to new contact number without saving phone number to phone contact. WhatsApp New Number extension helps them out.",
  "version": "1.0",
  "browser_action": {
    "default_popup": "wnn.html",
    "default_icon": "./images/whatsapp-69-432556.png",
    "default_title": "WhatsApp New Number"
  },
  "icons": {
    "16": "./images/icons/favicon-16x16.png",
    "32": "./images/icons/favicon-32x32.png",
    "192": "./images/icons/android-chrome-192x192.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b950e153-28c8-408f-aec4-5468dc647412}"
    }
  }
}