Faceit Helper Extension

Faceit Helper Extension

Jump with a context menu entry directly into the faceit helper app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Faceit Helper Extension",
  "version": "1.0",
  "description": "Jump with a context menu entry directly into the faceit helper app",
  "background": {
    "persistent": true,
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}