Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Screenshots

License
-------

Apache License V2

Based on [daviddengcn/patch-ext](https://github.com/daviddengcn/patch-ext)

Git Logo by [Jason Long](https://twitter.com/jasonlong) is licensed under the [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/).
Binary file added icons/patch-ext-128-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/patch-ext-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/patch-ext-48-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/patch-ext-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 33 additions & 21 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
{
"name": "Git Patch Viewer",
"short_name": "GPV",
"description": "Git Patch Viewer",
"permissions": [
"<all_urls>",
"tabs"
],
"icons": {
"48":"patch-ext-48x48.png",
"128":"patch-ext-128x128.png"
"name": "Git Patch Viewer",
"short_name": "GPV",
"description": "Git Patch Viewer",
"permissions": ["<all_urls>", "tabs"],
"icons": {
"48": "icons/patch-ext-48.png",
"128": "icons/patch-ext-128.png"
},
"background": {
"scripts": ["background.js"]
},
"options_ui": {
"page": "options.html"
},
"browser_action": {
"default-icons": {
"48": "icons/patch-ext-48.png",
"128": "icons/patch-ext-128.png"
},
"background": {
"scripts": ["background.js"]
},
"options_ui": {
"page": "options.html"
},
"browser_action": {
"default_icon": "patch-ext-48x48.png"
},
"version": "2.0",
"manifest_version": 2
"theme_icons": [
{
"dark": "icons/patch-ext-48.png",
"light": "icons/patch-ext-48-light.png",
"size": 48
},
{
"dark": "icons/patch-ext-128.png",
"light": "icons/patch-ext-128-light.png",
"size": 128
}
]
},
"version": "2.0.1",
"manifest_version": 2
}
Binary file removed patch-ext-128x128.png
Binary file not shown.
Binary file removed patch-ext-48x48.png
Binary file not shown.