linktime: Linkedin Extension

linktime: Linkedin Extension

What's the best time to post on Linkedin ?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "linktime: Linkedin Extension",
  "version": "2.0.2",
  "description": "What's the best time to post on Linkedin ?",
  "permissions": [
    "identity",
    "identity.email",
    "storage",
    "unlimitedStorage",
    "cookies"
  ],
  "host_permissions": [
    "https://www.linkedin.com/",
    "https://api.notion.com/v1/pages/"
  ],
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "service_worker.js",
    "type": "module"
  }
}