OneMob - More Engagement with Free Microsites

OneMob - More Engagement with Free Microsites

Get More Attention, Engagement and Responses with Video Email and Trackable Microsites. All for Free and No Code Required.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "OneMob - More Engagement with Free Microsites",
  "description": "Get More Attention, Engagement and Responses with Video Email and Trackable Microsites. All for Free and No Code Required.",
  "version": "1.8.3",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ],
      "js": [
        "gmail_content_script.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.linkedin.com/*",
        "https://linkedin.com/*"
      ],
      "js": [
        "linkedin_content_script.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://localhost/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "scripting",
    "tabs",
    "activeTab",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://*.onemob.com/*",
    "https://*.dev-onemob.com/*",
    "https://*.staging-onemob.com/*",
    "https://mail.google.com/"
  ],
  "action": {},
  "web_accessible_resources": [
    {
      "resources": [
        "images/icon-128.png"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}