GoOLDgle

GoOLDgle

Bring back the old search design before the 2020 update

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "GoOLDgle",
  "author": "Florin Pop & Alin Maior",
  "description": "Bring back the old search design before the 2020 update",
  "version": "0.3",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "matches": [
        "https://google.com/*",
        "http://google.com/*",
        "https://*.google.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}