bepop – boost your popularity

bepop – boost your popularity

Boost your account with Real followers automatically

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "bepop – boost your popularity",
  "short_name": "bepop",
  "version": "1.0.0",
  "description": "Boost your account with Real followers automatically",
  "icons": {
    "128": "images/icon128.png",
    "192": "images/icon.png"
  },
  "background": {
    "scripts": [
      "build/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "images/icon.png"
  },
  "permissions": [
    "storage",
    "background",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "https://i.instagram.com/"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost/*",
      "https://*.caffeinum.now.sh/*",
      "https://*.bepop.app/*"
    ]
  },
  "manifest_version": 2
}