Instabot - Automate Likes and Comments

Instabot - Automate Likes and Comments

Increase your Instagram engagement!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Instabot - Automate Likes and Comments",
  "description": "Increase your Instagram engagement!",
  "version": "0.0.1",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "logo-small16.png",
    "48": "logo-small48.png",
    "128": "logo-small128.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
  "permissions": []
}