Skip to content

Commit 89b100f

Browse files
committed
chore: unify project description across package.json and manifests
1 parent 14ffc8e commit 89b100f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "GitHub Notifier Pro",
44
"version": "1.0.0",
5-
"description": "Get GitHub notifications in your browser",
5+
"description": "GitHub notifications in your browser toolbar",
66

77
"permissions": [
88
"alarms",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "GitHub Notifier Pro",
44
"version": "1.0.0",
5-
"description": "Get GitHub notifications in your browser",
5+
"description": "GitHub notifications in your browser toolbar",
66
"minimum_chrome_version": "99",
77

88
"permissions": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "github-notifier-pro",
33
"version": "1.0.0",
44
"type": "module",
5-
"description": "A Chrome extension that brings GitHub notifications right to your browser",
5+
"description": "GitHub notifications in your browser toolbar",
66
"scripts": {
77
"ci": "npm run test && npm run lint:fix && npm run format",
88
"dev": "npm run ci && npm run dev:firefox",

0 commit comments

Comments
 (0)