Picky Assist

Picky Assist

Save your time Send Whats App, SMS, Email, Make Call from any webpages with a just click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Picky Assist",
  "description": "Save your time Send Whats App, SMS, Email, Make Call from any webpages with a just click ",
  "version": "1.4",
  "manifest_version": 3,
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "/images/48.png",
      "128": "/images/128.png"
    }
  },
  "icons": {
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/48.png",
        "images/edit.png",
        "images/delete.png",
        "images/default.png",
        "images/nodefault.png"
      ]
    }
  ]
}