Total Recovery - Beta

Total Recovery - Beta

Extensão para o aplicativo Total Recovery By Sociedade Ecom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Total Recovery - Beta",
  "version": "1.2.4",
  "manifest_version": 2,
  "description": "Extensão para o aplicativo Total Recovery By Sociedade Ecom",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-38.png",
    "128": "icons/icon-128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.myshopify.com/*",
      "*://37b19ab0.ngrok.io/*",
      "*://total-recovery-beta.herokuapp.com/*",
      "*://*.whatsapp.com/*"
    ]
  },
  "web_accessible_resources": [
    "scripts/tr_resource.js"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "*://web.whatsapp.com/*",
    "*://total-recovery-beta.herokuapp.com/*",
    "*://*.myshopify.com/*",
    "tabs",
    "notifications",
    "http://*/",
    "https://*/"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_title": "Total Recovery - Beta",
    "default_popup": "popup.html"
  }
}