FollowSync - Increase Your Followers

FollowSync - Increase Your Followers

Supercharge your social media presence.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FollowSync - Increase Your Followers",
  "version": "1.0.11",
  "manifest_version": 3,
  "description": "Supercharge your social media presence.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "action": {
    "default_icon": "logo.png",
    "default_popup": "settings.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "all_frames": false,
      "js": [
        "extern_mqtt.js",
        "follow_functions.js"
      ],
      "css": []
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.linkedin.com/*"
    ]
  },
  "web_accessible_resources": []
}