Skip to content

Commit 71091a3

Browse files
authored
Merge pull request #73 from dmahajan980/NOGH-description
NOGH: Reduced description in the package.json and manifest.json within 132 characters
2 parents acc1976 + 804f889 commit 71091a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gamepad-navigator",
33
"version": "0.1.1-dev",
4-
"description": "The Gamepad Navigator is a configurable application that allows you to navigate web pages and browsers using a game controller.",
4+
"description": "A Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller.",
55
"author": "Divyanshu Mahajan",
66
"license": "BSD-3-Clause",
77
"repository": {

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Gamepad Navigator",
33
"version": "0.1.1",
4-
"description": "The Gamepad Navigator is a Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller.",
4+
"description": "A Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller.",
55
"author": "Divyanshu Mahajan",
66
"manifest_version": 2,
77
"permissions": [

0 commit comments

Comments
 (0)