Skip to content

Commit

Permalink
fixed formatting on manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Mar 30, 2014
1 parent e161ab2 commit c22a18c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
28 changes: 10 additions & 18 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
/*
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
*/

{
"manifest_version": 2,
"manifest_version": 2,
"name": "Wikipedia Search",
"version": "5.0",
"description": "Search Wikipedia in every language from the search bar.",
"options_page": "options.html",
"options_page": "options.html",
"omnibox": {
"keyword": "wiki"
},
"keyword": "wiki"
},
"permissions": [
"contextMenus",
"http://*.wikipedia.org/*"
],
"background": {
"scripts": ["background.js"]
},
"contextMenus",
"http://*.wikipedia.org/*"
],
"background": {
"scripts": ["background.js"]
},
"icons":{
"16":"icon16.png",
"128":"icon128.png"
Expand Down
10 changes: 10 additions & 0 deletions welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ <h2>Customize Wikipedia Search</h2>
<a class="g-button g-button-submit" href="options.html">Go to Settings</a>
</section>
</article>
<article>
<h2>Don't like the update?</h2>
<p>Wikipedia Search 5 has works differently from older versions, and we fully understand that some people might like the search button better. That's why we took the older version, gave it the updated options/languages/fixes that 5.0 has, and named it <b>Wikipedia Search Classic</b>.</p>
<p>You can get Wikipedia Search Classic on the Chrome Web Store. You can even have it installed alongside the normal Wikipedia Search!</p>
<p>Additionally, if you have any problems with Wikipedia Search 5 we would love it if you submitted a support request at the link below, so we can reply to you and help in any way we can.</p>
<section id="settings-buttons" class="buttons" style="display: block;">
<a class="g-button g-button-submit" href="https://chrome.google.com/webstore/detail/wikipedia-search-classic/nalahnmjjjjnhldonibmgfbpdkoggbdc">Download Wikipedia Search Classic</a>
<a class="g-button g-button-submit" href="https://chrome.google.com/webstore/support/lipakennkogpodadpikgipnogamhklmk?hl=en&gl=US#bug">Submit a support request</a>
</section>
</article>
</section>
</body>
</html>

0 comments on commit c22a18c

Please sign in to comment.