diff --git a/README.md b/README.md index d9ff25f..1fd287b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# GitHub Pull Request Tree +# Better Pull Requests for GitHub Add a file tree to GitHub's Pull Request page ![GitHub Pull Request](assets/screenshot.png "GitHub Pull Request") ## Install -Install from the Chrome web store: [GitHub Pull Request Tree](https://chrome.google.com/webstore/detail/nfhdjopbhlggibjlimhdbogflgmbiahc) +Install from the Chrome web store: [Better Pull Requests for GitHub](https://chrome.google.com/webstore/detail/nfhdjopbhlggibjlimhdbogflgmbiahc) ## Development diff --git a/package.json b/package.json index d3cb836..a528a92 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github_pr_tree", "version": "1.0.0", - "description": "Add a file tree to GitHub's Pull Request", + "description": "Add a file tree to GitHub Pull Requests", "scripts": { "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", "build": "node utils/build.js", diff --git a/src/icons/128x128.png b/src/icons/128x128.png index ea6ff54..96659a4 100644 Binary files a/src/icons/128x128.png and b/src/icons/128x128.png differ diff --git a/src/icons/16x16.png b/src/icons/16x16.png index ea6ff54..96659a4 100644 Binary files a/src/icons/16x16.png and b/src/icons/16x16.png differ diff --git a/src/icons/48x48.png b/src/icons/48x48.png index ea6ff54..96659a4 100644 Binary files a/src/icons/48x48.png and b/src/icons/48x48.png differ diff --git a/src/manifest.json b/src/manifest.json index 1420f8c..5fec669 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { - "name": "GitHub Pull Request Tree", - "short_name": "GitHub PRs", + "name": "Better Pull Request for GitHub", + "short_name": "Better PRs", "permissions": [ "*://*.github.com/*" ],