Presto OSM lead extractor

Presto OSM lead extractor

Save business listings from OpenStreetMap. Presto is a powerful way to generate leads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "128": "icons/icon-128.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "__MSG_extName__"
  },
  "icons": {
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extShortDesc__",
  "permissions": [
    "alarms",
    "storage",
    "unlimitedStorage",
    "webRequest"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "version": "1.0.0"
}