OldGoogle Search Firefox

Examine source code of OldGoogle Search

Inspect and view changes in OldGoogle Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OldGoogle Search",
  "version": "1.2",
  "description": "A search engine extension that lets you search with Google's classic designs from different years",
  "browser_specific_settings": {
    "gecko": {
      "id": "oldgoogle@utano.dev",
      "strict_min_version": "79.0"
    }
  },
  "icons": {
    "16": "icons/old_google_g_icon16.svg",
    "48": "icons/old_google_g_icon48.svg",
    "128": "icons/old_google_g_icon.svg"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "OldGoogle",
      "search_url": "https://oldgoogle-search/?q={searchTerms}",
      "favicon_url": "icons/old_google_g_icon16.svg",
      "encoding": "UTF-8",
      "is_default": false
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/old_google_g_icon16.svg",
      "32": "icons/old_google_g_icon16.svg",
      "48": "icons/old_google_g_icon48.svg",
      "128": "icons/old_google_g_icon.svg"
    },
    "default_title": "OldGoogle Search"
  },
  "background": {
    "scripts": [
      "background.js",
      "js/search.js"
    ]
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://oldgoogle-search/*",
    "*://oldgoogle-home/*"
  ],
  "web_accessible_resources": [
    "welcome.html",
    "css/*",
    "js/*",
    "images/*",
    "icons/*"
  ]
}

Best OldGoogle Search Alternatives

Here are some Firefox add-ons that are similar to OldGoogle Search: