Webmapper

Webmapper

Constructs a map of the web using the user's browser history.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Webmapper",
  "version": "1.0.3",
  "manifest_version": 3,
  "description": "Constructs a map of the web using the user's browser history.",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon-19x19.png"
  },
  "permissions": [
    "history",
    "storage",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "icon-16x16.png",
    "48": "icon-48x48.png",
    "128": "icon-128x128.png"
  }
}