Files
tony ed92298b79 Release v0.1.2: site-backup persistence + PNG toolbar icons
- Mirror dismissals to window.localStorage on autotrader.co.uk ("atm:..."
  key). If browser.storage.local comes up empty after a quirky reinstall,
  the content script rehydrates from the site backup on the next page load.
- Replace the SVG toolbar icon with PNG renders (16/32/48/96/128) — some
  Firefox installs don't render extension SVG icons reliably in the
  toolbar / extensions flyout.
- Sharp added as a devDependency to rebuild icons from icon.svg.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 13:31:46 +00:00

17 lines
523 B
JSON

{
"name": "autotrader-marker",
"version": "0.1.2",
"private": true,
"description": "Firefox extension that marks AutoTrader listings as 'not wanted'.",
"scripts": {
"lint": "web-ext lint --source-dir=. --ignore-files=node_modules dist bin package.json package-lock.json README.md .gitignore",
"release:patch": "bin/release.sh patch",
"release:minor": "bin/release.sh minor",
"release:major": "bin/release.sh major"
},
"devDependencies": {
"sharp": "^0.34.5",
"web-ext": "^8.3.0"
}
}