Advanced Browser History

Advanced Browser History

A Chrome extension to capture more information about your browsing history.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "ABH",
  "name": "Advanced Browser History",
  "description": "A Chrome extension to capture more information about your browsing history.",
  "version": "0.1.0",
  "manifest_version": 3,
  "action": {
    "default_title": "Open ABH"
  },
  "background": {
    "service_worker": "./static/js/background.js"
  },
  "icons": {
    "128": "./static/media/logo128.png",
    "512": "./static/media/logo512.png"
  },
  "permissions": [
    "history"
  ]
}