Peakaboo LinkedIn Helper

Peakaboo LinkedIn Helper

Submit posts to Peakaboo. Created by Peakaboo, LLC

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Peakaboo LinkedIn Helper",
  "description": "Submit posts to Peakaboo.  Created by Peakaboo, LLC",
  "version": "1.04",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.linkedin.com/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "/assets/icons/48.png",
      "128": "/assets/icons/128.png"
    }
  },
  "icons": {
    "48": "/assets/icons/48.png",
    "128": "/assets/icons/128.png"
  }
}