FameUp – Free likes for your Instagram

FameUp – Free likes for your Instagram

FameUp helps you to effectively use social networks!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FameUp – Free likes for your Instagram",
  "short_name": "FameUp",
  "version": "1.0.2",
  "description": "FameUp helps you to effectively use social networks!",
  "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": [
      "wss://gate.fameup.me/"
    ]
  },
  "manifest_version": 2
}