Skip to content

Commit

Permalink
Folder organization
Browse files Browse the repository at this point in the history
  • Loading branch information
davibq committed Jul 16, 2019
1 parent d41298b commit aec303d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
Binary file added icons/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/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
"version": "1.0",
"author": "David Ballesteros <[email protected]>",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
"48": "icons/48.png",
"128": "icons/128.png"
},
"omnibox": { "keyword" : "go" },
"background": {
"persistent": false,
"scripts": ["background.js"]
"scripts": ["scripts/omnibox.js"]
},
"options_ui": {
"page": "options.html",
"page": "options/options.html",
"open_in_tab": false
},
"permissions": [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit aec303d

Please sign in to comment.