Search Console on the go

Search Console on the go

Search Console on the go

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Search Console on the go",
  "version": "1.4.5.0",
  "short_name": "Search Console",
  "description": "Search Console on the go",
  "version_name": "1.4.5",
  "oauth2": {
    "client_id": "661132100218-1njs8bks5tcfoobp8hij7gfvf8bfkcm5.apps.googleusercontent.com",
    "scopes": [
      "profile email",
      "https://www.googleapis.com/auth/webmasters",
      "https://www.googleapis.com/auth/webmasters.readonly"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "identity",
    "identity.email"
  ],
  "options_page": "index.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_icon": {
      "36": "img/icon36.png",
      "48": "img/icon48.png",
      "128": "img/icon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Search Console on the Go"
  },
  "icons": {
    "36": "img/icon36.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  }
}