360 SMS App

360 SMS App

This is 360 SMS App by FusionHawk

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "360 SMS App",
  "version": "1.0.61",
  "description": "This is 360 SMS App by FusionHawk",
  "short_name": "360 SMS App",
  "background": {
    "service_worker": "assets/js/background.js"
  },
  "host_permissions": [
    "https://*.salesforce.com/*",
    "https://web.whatsapp.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "css": [
        "assets/css/popup.css",
        "assets/css/fstdropdown.css"
      ],
      "js": [
        "assets/js/inject.js",
        "assets/js/popup.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_title": "360 SMS App",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/images/icons/app-icon-16.png",
      "32": "assets/images/icons/app-icon-32.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/images/audio_60.png",
        "assets/images/logo.png",
        "assets/images/lead_icon.png",
        "assets/images/contact_icon.png",
        "assets/images/lead_120.png",
        "assets/images/contact_120.png",
        "assets/images/wa_icon.png",
        "assets/images/processing.png",
        "assets/images/salesforce.jpg",
        "assets/images/app_exchange.jpg",
        "assets/images/app_image.png",
        "assets/images/error.png",
        "assets/images/Delivered.png",
        "assets/images/Read.png",
        "assets/images/Not_Delivered.png",
        "assets/images/processing.png",
        "assets/images/Sent.png",
        "assets/fonts/glyphicons-halflings-regular.eot",
        "assets/fonts/glyphicons-halflings-regular.woff2",
        "assets/fonts/glyphicons-halflings-regular.woff",
        "assets/fonts/glyphicons-halflings-regular.ttf",
        "assets/fonts/glyphicons-halflings-regular.svg"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ]
}