Forget-me-not

Forget-me-not

Automatically cleans up the history. All pages not visited within the last 30 days are removed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_title__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "3",
  "icons": {
    "16": "images/logo_16.png",
    "48": "images/logo_48.png",
    "128": "images/logo.png"
  },
  "background": {
    "service_worker": "main.js"
  },
  "permissions": [
    "history"
  ]
}