Extended Wikiloc

Extended Wikiloc

This extension extends the functionality of Wikilocs by adding handy features to the UI. The extension is automatically enabled…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Extended Wikiloc",
  "version": "0.2.1",
  "action": {
    "default_icon": {
      "16": "images/icon-2-16.png",
      "24": "images/icon-2-24.png",
      "32": "images/icon-2-32.png"
    },
    "default_title": "Extended Wikiloc by Jesus Iniesta"
  },
  "icons": {
    "16": "images/icon-2-16.png",
    "32": "images/icon-2-32.png",
    "48": "images/icon-2-48.png",
    "128": "images/icon-2-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.wikiloc.com/wikiloc/map.do*",
        "https://*.wikiloc.com/wikiloc/map.do*"
      ],
      "run_at": "document_end",
      "js": [
        "assets/index.d0216f27.js"
      ],
      "css": [
        "assets/index.3586a56b.css"
      ],
      "media": []
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "captureNavigationMount.js",
        "captureNavigationUnmount.js",
        "assets/index.3586a56b.css",
        "images/icon-2-128.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}