Bot Auto Copy Host

Bot Auto Copy Host

Copy EveryThing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bot Auto Copy Host",
  "version": "1.2",
  "description": "Copy EveryThing",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Bot Auto Host",
    "default_popup": "popout.html",
    "default_icon": "bot-icon-5.png"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://apis.google.com/; object-src 'self'",
  "oauth2": {
    "apiKey": "AIzaSyCQbk8-8Yx2ogM4vFX0Gzxoz6HGoVzEpuo",
    "client_id": "916121018286-jra81jt28om9ob1c6nqjkot2em01jmii.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  },
  "permissions": [
    "identity",
    "<all_urls>",
    "alarms",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_end"
    }
  ]
}