Lempod

Lempod

Lempod helps you reach a much bigger audience with your content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lempod",
  "version": "8.1.1",
  "description": "Lempod helps you reach a much bigger audience with your content.",
  "short_name": "Lempod",
  "homepage_url": "https://lempod.com",
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "alarms",
    "webRequest"
  ],
  "host_permissions": [
    "https://*.linkedin.com/*",
    "https://app.lempod.com/*"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "icons/icon64.png",
    "default_title": "Lempod",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png"
  }
}