SERP Sonar

SERP Sonar

The Ultimate SERP Analysis Tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SERP Sonar",
  "version": "1.0.3.2",
  "icons": {
    "128": "assets/icons/favicon-128.png"
  },
  "description": "The Ultimate SERP Analysis Tool",
  "short_name": "SERP Sonar",
  "permissions": [
    "scripting",
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' 'unsafe-inline' https://apis.google.com",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'https://apis.google.com/' 'https://www.gstatic.com/' 'https://*.firebaseio.com' 'https://www.googleapis.com' 'https://ajax.googleapis.com'; object-src 'self'"
  },
  "author": "SERP Sonar",
  "minimum_chrome_version": "88",
  "action": {
    "default_icon": {
      "128": "assets/icons/favicon-128.png"
    },
    "default_title": "SERP Sonar",
    "chrome_style": false
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "js/background.bundle.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/contentScript.bundle.js",
        "assets/*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "oauth2": {
    "client_id": "605618042794-6164kojo0rd6o8sek7likt5os2rg6k6i.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "email",
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}