Skip to content

Commit

Permalink
upload images and update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyJazz committed Aug 12, 2023
1 parent d192d80 commit 2b39baf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

build.zip
gh-pages
gh-pages.pub
Binary file added icon128.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 icon16.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 icon32.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 icon42.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
"name": "Pretty Rest API Documentacion",
"manifest_version": 3,
"version": "0.0.1",
"icons": {},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_title": "Pretty Rest API Documentacion",
"default_popup": "index.html"
},
"permissions": ["fileBrowserHandler", "background", "storage"],
"host_permissions": ["*://*/*"]
"permissions": ["storage"]
}

0 comments on commit 2b39baf

Please sign in to comment.