eBird enhancements

eBird enhancements

Enhancements for the eBird web interface

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "eBird enhancements",
  "version": "3.0",
  "content_scripts": [
    {
      "matches": [
        "https://ebird.org/*checklist/*",
        "https://ebird.org/*tripreport/*",
        "https://ebird.org/*mychecklists*"
      ],
      "js": [
        "commonFunctions.js",
        "downloadTrack.js",
        "tripreport.js",
        "mychecklists.js",
        "shareLink.js",
        "checklistSettingsButton.js"
      ]
    }
  ],
  "description": "Enhancements for the eBird web interface",
  "homepage_url": "https://www.faintlake.com/eBird/extension/Enhancements/",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "author": "Kent Fiala",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}