Google Ads API Web Navi

Google Ads API Web Navi

This extension shows the related pages of the Google Ads API website based on the current Google Ads UI web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Google Ads API Web Navi",
  "author": {
    "email": "[email protected]"
  },
  "description": "This extension shows the related pages of the Google Ads API website based on the current Google Ads UI web page.",
  "version": "3.5",
  "permissions": [
    "tabs",
    "declarativeContent"
  ],
  "background": {
    "service_worker": "bg_compiled.js"
  },
  "icons": {
    "128": "assets/shimesu-icon-128.png"
  },
  "action": {
    "default_icon": "assets/shimesu-icon-128.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 3,
  "update_url": "https://clients2.google.com/service/update2/crx"
}