Rewind

Rewind

An easy tool to help you re-discover and search through your bookmarks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Rewind",
  "description": "An easy tool to help you re-discover and search through your bookmarks",
  "version": "4.2.1",
  "icons": {
    "16": "src/assets/icons/icon16.png",
    "48": "src/assets/icons/icon48.png",
    "128": "src/assets/icons/icon128.png"
  },
  "action": {},
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "bookmarks"
  ],
  "incognito": "split"
}