from ab to an

from ab to an

Calculate your work travel distances the easy way

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "from ab to an",
  "version": "0.0.1",
  "description": "Calculate your work travel distances the easy way",
  "short_description": "Help with calc distances for travel expenses",
  "manifest_version": 3,
  "icons": {
    "16": "favicon-16x16.7c45fe90.png",
    "32": "favicon-32x32.e7e45d3f.png",
    "48": "favicon-48x48.fd43a59d.png",
    "128": "favicon-128x128.fc2a5258.png"
  },
  "background.service_worker": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "host_permissions": [
    "https://*/maps/*"
  ],
  "action": {
    "default_popup": "popup.7b559c9a.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/maps/*"
      ],
      "js": [
        "content.ffb55580.js"
      ],
      "css": []
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}