ET Sniper Click2Dial DEVELOPMENT BUILD

ET Sniper Click2Dial DEVELOPMENT BUILD

THIS EXTENSION IS FOR BETA TESTING

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ET Sniper Click2Dial DEVELOPMENT BUILD",
  "description": "THIS EXTENSION IS FOR BETA TESTING",
  "version": "4.0.1",
  "author": "Haider",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "popup.js",
        "js/tabs.js",
        "js/ip.handler.js",
        "js/utilities.js"
      ],
      "css": [
        "css/css.css",
        "css/tabs.css",
        "css/etcss.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "background",
    "contextMenus",
    "scripting",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "action": {
    "default_icon": "images/128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "oauth2": {
    "client_id": "164125587768-jien01i9jkhdqsd2sghvml5c6vmop33c.apps.googleusercontent.com",
    "spreadsheetId": "",
    "key": "",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets.readonly"
    ],
    "content_security_policy": "script-src 'self' https://apis.google.com/; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/128.png",
        "images/48.png",
        "images/16.png",
        "images/loading.gif",
        "js/tabs.js",
        "images/etsniper_text.png",
        "images/texticon.png",
        "images/sendtextmessage.png",
        "images/etsniperfulllogo.png",
        "images/emailicon.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}