Geocaching.com Friends!

Geocaching.com Friends!

See logs of friends!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Geocaching.com Friends!",
  "description": "See logs of friends!",
  "version": "0.8.2",
  "icons": {
    "48": "Geocache48.png",
    "128": "Geocache128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.geocaching.com/*",
        "https://*.geocaching.com/*",
        "http://geocaching.com/*",
        "https://geocaching.com/*"
      ],
      "js": [
        "start.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "style.css",
        "friends.js",
        "featherlight.min.js",
        "featherlight.min.css"
      ],
      "matches": [
        "http://*.geocaching.com/*",
        "https://*.geocaching.com/*",
        "http://geocaching.com/*",
        "https://geocaching.com/*"
      ]
    }
  ]
}