Adding Chrome extension.

This commit is contained in:
Samuel Clay 2010-12-07 19:45:23 -05:00
parent 33dcd6f094
commit 1ceacc6ecf
6 changed files with 18 additions and 1 deletions

BIN
extensions/chrome.crx Normal file

Binary file not shown.

BIN
extensions/chrome.zip Normal file

Binary file not shown.

BIN
extensions/chrome/128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
extensions/chrome/48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -0,0 +1,18 @@
{
"name": "NewsBlur",
"description": "RSS feed reading with intelligence.",
"version": "1",
"icons": {
"48": "48.png",
"128": "128.png"
},
"app": {
"urls": [
"http://www.newsblur.com/"
],
"launch": {
"web_url": "http://www.newsblur.com/"
}
},
"permissions": []
}

View file

@ -4,7 +4,6 @@
<head>
<title>{% block title %}NewsBlur{% endblock %}</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="google-site-verification" content="4ny9D18QQWwAtKXdUhiVuOikLwqCVoxJsh2nOXA_XMo" />
<link rel="shortcut icon" HREF="/media/img/favicon.png">
<script type="text/javascript" charset="utf-8">