KeyIQ - VidBot.app Helper

KeyIQ - VidBot.app Helper

Helper for VidBot Addon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "KeyIQ - VidBot.app Helper",
  "description": "Helper for VidBot Addon",
  "version": "2.5",
  "permissions": [
    "https://app.vidiq.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://app.vidiq.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/inject.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "VidBot Helper",
    "default_icon": "img/32.png"
  },
  "icons": {
    "16": "img/32.png",
    "48": "img/32.png",
    "128": "img/128.png"
  },
  "web_accessible_resources": [
    "js/*",
    "img/*"
  ]
}