Skip to content

Commit

Permalink
Reference new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Greer committed Sep 29, 2011
1 parent 81e4136 commit 7916ed6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions manifest.json
Expand Up @@ -2,14 +2,20 @@
"name": "Memex trails",
"version": "0.1",
"description": "Adds Vannevar Bush's trails to your browser.",
"homepage_url": "https://github.com/ggreer/memex_trails",

"browser_action": {
"default_icon": "icon.png",
"popup": "popup.html"
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"history",
"<all_urls>",
"chrome://favicon/"
"chrome://favicon/",
"history",
"tabs"
]
}

0 comments on commit 7916ed6

Please sign in to comment.