Skip to content

Commit

Permalink
Merge pull request #247 from bradcush/build/search-description
Browse files Browse the repository at this point in the history
Build/search description
  • Loading branch information
bradcush authored Jun 28, 2023
2 parents 37c090c + b9cc669 commit 6e89a56
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![users](https://img.shields.io/chrome-web-store/users/filgplhfalgafolkffphilkgckdgnona)
![license](https://img.shields.io/github/license/bradcush/mark-tab-manager)

The missing tab manager
Automatically group tabs by domain

## Store listings

Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions meta/manifest/__tests__/generate.unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('generate', () => {
description: 'Collapse inactive tab groups',
},
},
description: 'The missing tab manager',
description: 'Automatically group tabs by domain',
icons: {
'128': 'icons/icon-mark-128.png',
'16': 'icons/icon-mark-16.png',
Expand All @@ -57,7 +57,7 @@ describe('generate', () => {
'tabGroups',
'tabs',
],
version: '0.1.43',
version: '0.1.44',
})
);
});
Expand Down Expand Up @@ -96,7 +96,7 @@ describe('generate', () => {
description: 'Collapse inactive tab groups',
},
},
description: 'The missing tab manager',
description: 'Automatically group tabs by domain',
icons: {
'128': 'icons/icon-mark-128.png',
'16': 'icons/icon-mark-16.png',
Expand All @@ -113,7 +113,7 @@ describe('generate', () => {
'tabGroups',
'tabs',
],
version: '0.1.43',
version: '0.1.44',
});
});
});
Expand Down
4 changes: 2 additions & 2 deletions meta/manifest/make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function make(): Manifest {
description: 'Collapse inactive tab groups',
},
},
description: 'The missing tab manager',
description: 'Automatically group tabs by domain',
icons: {
'16': 'icons/icon-mark-16.png',
'48': 'icons/icon-mark-48.png',
Expand All @@ -35,7 +35,7 @@ export function make(): Manifest {
'tabGroups',
'tabs',
],
version: '0.1.43',
version: '0.1.44',
};
return manifest;
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Mark tab manager",
"version": "0.1.43",
"description": "Automated tab management",
"version": "0.1.44",
"description": "Automatically group tabs by domain",
"repository": "https://github.com/bradcush/mark-tab-manager.git",
"author": "Bradley Cushing <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"bun-types": "^0.6.7",
"bun-types": "^0.6.11",
"commander": "^7.2.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
Expand Down

0 comments on commit 6e89a56

Please sign in to comment.