Simple History Manager

Simple History Manager

A simple Chrome history manager.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Simple History Manager",
  "version": "1.3.0",
  "author": "Guokai Han",
  "manifest_version": 3,
  "description": "A simple Chrome history manager.",
  "offline_enabled": true,
  "minimum_chrome_version": "104",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "history",
    "storage",
    "sessions",
    "tabs",
    "favicon"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}