Google Search Console Full Width

Google Search Console Full Width

Makes the content area in Google Search Console Full Width.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Search Console Full Width",
  "short_name": "GSC Full Width",
  "version": "1.0.4",
  "description": "Makes the content area in Google Search Console Full Width.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://search.google.com/*/search-console*",
        "https://search.google.com/search-console*"
      ],
      "css": [
        "fullwidth.css"
      ]
    }
  ],
  "icons": {
    "128": "images/gsc_fullwidth128.png"
  },
  "manifest_version": 2
}