mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding Chrome extension.
This commit is contained in:
parent
33dcd6f094
commit
1ceacc6ecf
6 changed files with 18 additions and 1 deletions
BIN
extensions/chrome.crx
Normal file
BIN
extensions/chrome.crx
Normal file
Binary file not shown.
BIN
extensions/chrome.zip
Normal file
BIN
extensions/chrome.zip
Normal file
Binary file not shown.
BIN
extensions/chrome/128.png
Normal file
BIN
extensions/chrome/128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
extensions/chrome/48.png
Normal file
BIN
extensions/chrome/48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
18
extensions/chrome/manifest.json
Normal file
18
extensions/chrome/manifest.json
Normal 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": []
|
||||
}
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue