Skip to content

Commit

Permalink
update visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rsch committed Nov 14, 2021
1 parent 20391e7 commit 82749a9
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icons/1571249796.ico
Binary file not shown.
Binary file removed icons/favicon-128.png
Binary file not shown.
Binary file added icons/favicon-192x192.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 removed icons/icon128.png
Binary file not shown.
Binary file removed icons/icon16.png
Binary file not shown.
Binary file removed icons/icon19.png
Binary file not shown.
Binary file removed icons/icon48.png
Binary file not shown.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Automatically record papers you read from Arxiv, OpenReview & more! Organize your library with tags, links to code and quick notes.",
"homepage_url": "https://github.com/vict0rsch/PaperMemory",
"icons": {
"128": "icons/favicon-128.png"
"192": "icons/favicon-192x192.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
Expand All @@ -16,7 +16,7 @@
]
},
"browser_action": {
"default_icon": "icons/1571249796.ico",
"default_icon": "icons/favicon-192x192.png",
"default_title": "PaperMemory",
"default_popup": "src/popup/popup.min.html"
},
Expand Down

0 comments on commit 82749a9

Please sign in to comment.