Chrome Extension MTG Finder favicon |
<-- start manifest.json -->
{ "name": "MTG Finder", "version": "1.1.2", "description": "Displays a popup with the cards found by several mtg websites matching the selected words in the current tab", "icons": { "128": "mtg_finder_icon.png", "48": "mtg_finder_icon.png", "16": "mtg_finder_icon.png"},
"options_page": "options.html", "homepage_url": "http://themunsonsapps.blogspot.com/", "background_page": "background.html",
<-- more manifest stuff -->
}
<-- end manifest.json -->
Remember that the Chrome Extension will works fine without the bold line, but you won't see the favicon in the pages created by the extension such as the options page.
0 comments::
Post a Comment