Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "saar",
"description": "Saar: real-time AI usage tracker for Claude",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"engines": {
"node": ">=20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion wxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
// 132-char limit for CWS short description.
description: 'See token count, cost, and context usage live on claude.ai. All counting happens locally. No data ever leaves your browser.',
homepage_url: 'https://getsaar.com',
permissions: ['storage', 'tabs', 'scripting', 'alarms', 'unlimitedStorage', 'sidePanel'],
permissions: ['storage', 'tabs', 'alarms', 'unlimitedStorage', 'sidePanel'],
content_security_policy: {
extension_pages: "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
Expand Down
Loading