TurboVPB

TurboVPB

Turbocharge phone banking with OpenVPB, VAN, and BlueVote. Call and text with 2 clicks!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TurboVPB",
  "version": "0.9.6",
  "description": "Turbocharge phone banking with OpenVPB, VAN, and BlueVote. Call and text with 2 clicks!",
  "author": "Evan Schwartz",
  "homepage_url": "https://turbovpb.com",
  "permissions": [
    "storage",
    "activeTab",
    "https://www.openvpb.com/VirtualPhoneBank*",
    "https://*.everyaction.com/ContactDetailScript*",
    "https://www.votebuilder.com/ContactDetailScript*",
    "https://phonebank.bluevote.com/*",
    "*://*.turbovpb.com/*"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "48": "icons/phone-outgoing-blue-48.png",
    "96": "icons/phone-outgoing-blue-96.png",
    "128": "icons/phone-outgoing-blue-128.png"
  },
  "background": {
    "scripts": [
      "dependencies/browser-polyfill.js",
      "dependencies/content-scripts-register-polyfill.js",
      "dependencies/peerjs.js",
      "dependencies/reconnecting-websocket-iife.js",
      "peer-connection.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/phone-outgoing-blue-16.png",
      "32": "icons/phone-outgoing-blue-32.png"
    },
    "default_title": "TurboVPB",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  }
}