WhatCetra-Notes,Modules for WhatsApp Contacts

WhatCetra-Notes,Modules for WhatsApp Contacts

Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "contentScript.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra",
  "icons": {
    "16": "images/whatsapp-business-logo-16.png",
    "32": "images/whatsapp-business-logo-32.png",
    "48": "images/whatsapp-business-logo-48.png",
    "128": "images/whatsapp-business-logo-128.png"
  },
  "manifest_version": 2,
  "name": "WhatCetra-Notes,Modules for WhatsApp Contacts",
  "options_page": "popup.html",
  "browser_action": {
    "default_icon": {
      "16": "images/whatsapp-business-logo-16.png",
      "32": "images/whatsapp-business-logo-32.png",
      "48": "images/whatsapp-business-logo-48.png",
      "128": "images/whatsapp-business-logo-128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [],
  "version": "1.0",
  "web_accessible_resources": [
    "notes.html",
    "notes.css",
    "notes.js"
  ]
}