LBOOM

LBOOM

Boom your social accounts and got free likes on your posts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "LBOOM",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_action": {
    "default_title": "LBOOM",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/16.png",
    "36": "img/36.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "downloads",
    "*://*.facebook.com/*",
    "*://*.instagram.com/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "1.0"
}