Skip to content

Commit 8c7ab00

Browse files
committed
Change name and logo
1 parent 7d467f1 commit 8c7ab00

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# GitHub Pull Request Tree
1+
# Better Pull Requests for GitHub
22
Add a file tree to GitHub's Pull Request page
33

44
![GitHub Pull Request](assets/screenshot.png "GitHub Pull Request")
55

66
## Install
77

8-
Install from the Chrome web store: [GitHub Pull Request Tree](https://chrome.google.com/webstore/detail/nfhdjopbhlggibjlimhdbogflgmbiahc)
8+
Install from the Chrome web store: [Better Pull Requests for GitHub](https://chrome.google.com/webstore/detail/nfhdjopbhlggibjlimhdbogflgmbiahc)
99

1010
## Development
1111

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github_pr_tree",
33
"version": "1.0.0",
4-
"description": "Add a file tree to GitHub's Pull Request",
4+
"description": "Add a file tree to GitHub Pull Requests",
55
"scripts": {
66
"precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy",
77
"build": "node utils/build.js",

src/icons/128x128.png

-2.86 KB
Loading

src/icons/16x16.png

-2.86 KB
Loading

src/icons/48x48.png

-2.86 KB
Loading

src/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "GitHub Pull Request Tree",
3-
"short_name": "GitHub PRs",
2+
"name": "Better Pull Request for GitHub",
3+
"short_name": "Better PRs",
44
"permissions": [
55
"*://*.github.com/*"
66
],

0 commit comments

Comments
 (0)