Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Jan 28, 2025
1 parent 5fcdbf7 commit 17dc796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion savvy-extension/chrome-extension/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const manifest = withSidePanel({
*/
name: 'Savvy',
version: packageJson.version,
description: 'Save each link from your debugging adventures',
description: 'Track and Share links used to resolve issues from your browser history',
host_permissions: ['http://localhost:8765/*'],
permissions: ['history'],
background: {
Expand Down
2 changes: 1 addition & 1 deletion savvy-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Savvy",
"version": "1.0.4",
"description": "Save each link from your debugging adventures",
"description": "Track and Share links used to resolve issues from your browser history",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 17dc796

Please sign in to comment.