WA Sync by Treble

WA Sync by Treble

WA Sync: never worry about data sync again

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.4.1.11",
  "content_scripts": [
    {
      "matches": [
        "http://web.whatsapp.com/*",
        "https://web.whatsapp.com/*",
        "https://app.hubspot.com/*"
      ],
      "js": [
        "main.js"
      ],
      "css": [
        "hubspot.css"
      ]
    }
  ],
  "background": {
    "service_worker": "src/api/bg_page.js"
  },
  "action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html",
    "default_title": "treble.ai settings"
  },
  "permissions": [
    "activeTab",
    "storage",
    "background",
    "scripting"
  ],
  "host_permissions": [
    "http://*/"
  ],
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "src/*.js",
        "hubspot.css",
        "assets/*",
        "jquery.js",
        "static/*"
      ],
      "matches": [
        "http://web.whatsapp.com/*",
        "https://web.whatsapp.com/*",
        "https://app.hubspot.com/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://web.whatsapp.com/*",
      "https://web.whatsapp.com/*",
      "https://app.hubspot.com/*"
    ]
  }
}