ContentWiz - Your AI assistant for Linkedin

ContentWiz - Your AI assistant for Linkedin

ContentWiz is a LinkedIn AI Assistant that creates intelligent comments, posts, and replies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4zYu232T5F5wThGNaUkyKnWZrZd2WdP6rWWA962LnGPzuHImxHAS/OD1cZD/Xe+g+dTYrLg2P80u86VFJ31Ykl2Vc6VhkJNLfh7Vg+QPwkL8Qdxzk2GSJrDzpiDGOVS7ksLjjl+a5R0vDUcWom2oAvqhRhoQml8035cT046zeyNusaBGAXfcvXUW5oA3cDSe5CZCyFNo5zh+NEBi1BPw/lX9MYIlFzhLNek5r305JelZq1XfNhMiZcYNTxEzLK9myEIx/ceGUHPJGj632L/zjMHQyRQtckGrEzMGHn6AAdtCev2KmSWQqQZKyyz1V5CrknYoh1gI8Lvz0qBaWp9uawIDAQAB",
  "name": "ContentWiz - Your AI assistant for Linkedin",
  "version": "0.0.3",
  "description": "ContentWiz is a LinkedIn AI Assistant that creates intelligent comments, posts, and replies.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "options_page": "src/pages/options/index.html",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "34": "icon-34.png",
    "128": "icon-128.png",
    "512": "icon-512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "assets/css/contentStyle1707468675677.chunk.css"
      ]
    }
  ],
  "devtools_page": "src/pages/devtools/index.html",
  "externally_connectable": {
    "matches": [
      "http://localhost:4001/*",
      "https://ai.contentwiz.app/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "icon-128.png",
        "icon-34.png",
        "icon-512.png",
        "wordmark.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}