Engage AI

Engage AI

Use AI to write insightful comments. Save hours of your time as you engage and increase touchpoints with multiple leads on LinkedIn.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.9",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "{daf46bf7-a47e-4480-939c-92cf06433c1d}",
      "strict_min_version": "87.0"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "*://*.linkedin.com/*",
    "*://*.filtpod.com/*",
    "*://*.filtpod.pythonanywhere.com/api/*",
    "https://example.com/"
  ],
  "action": {
    "default_popup": "home.html",
    "default_icon": {
      "128": "/icons/engage_light_theme_128.png"
    }
  },
  "icons": {
    "128": "/icons/engage_light_theme_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/engage.svg",
        "icons/keep_track.svg",
        "icons/post_relevant.svg",
        "icons/blue_star.svg",
        "icons/engage_white.svg",
        "icons/tick.svg",
        "icons/info_exclamation.svg"
      ],
      "matches": [
        "*://*.linkedin.com/*"
      ]
    }
  ]
}