Growthbeast - Best AI-Powered Instagram Bot

Growthbeast - Best AI-Powered Instagram Bot

Maximise your Instagram follower potential with Growthbeast Instagram browser extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Growthbeast - Best AI-Powered Instagram Bot",
  "description": "Maximise your Instagram follower potential with Growthbeast Instagram browser extension.",
  "version": "2.0.4",
  "manifest_version": 2,
  "icons": {
    "16": "./gb_icon_16.png",
    "32": "./gb_icon_32.png",
    "48": "./gb_icon_48.png",
    "128": "./gb_icon_128.png"
  },
  "background": {
    "scripts": [
      "./background.bundle.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "GrowthBeast"
  },
  "options_page": "./options.html",
  "permissions": [
    "tabs",
    "http://*.instagram.com/*",
    "https://*.instagram.com/*",
    "https://*.googleapis.com/*",
    "https://app.growthbeast.io/zap/account-info/",
    "https://app.growthbeast.io/zap/subscription-plans/",
    "https://app.growthbeast.io/zap/subscribe/",
    "https://www.googleapis.com/",
    "storage",
    "https://*.google.com/*"
  ],
  "web_accessible_resources": [
    "content.css",
    "options.html",
    "*.js",
    "images/*.svg",
    "images/*.png",
    "obj-48x48.png"
  ],
  "content_security_policy": "script-src 'self' https://fonts.googleapis.com/; object-src 'self'"
}