Google to Apple Maps Redirector Firefox

Examine source code of Google to Apple Maps Redirector

By: Shub
Inspect and view changes in Google to Apple Maps Redirector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google to Apple Maps Redirector",
  "version": "1.0.0",
  "description": "Automatically redirects Google Maps URLs to the native Apple Maps desktop app on macOS.",
  "author": "Shubham Naik",
  "homepage_url": "https://github.com/4shub/firefox-google-to-apple-maps-extension",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{d8ef6ca2-9daa-4112-9e6b-3d2828368bdf}"
    }
  },
  "developer": {
    "name": "Shubham Naik",
    "url": "https://github.com/4shub/firefox-google-to-apple-maps-extension"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.google.com/*",
    "*://maps.google.com/*",
    "*://goo.gl/*",
    "*://maps.app.goo.gl/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Best Google to Apple Maps Redirector Alternatives

Here are some Firefox add-ons that are similar to Google to Apple Maps Redirector: