Bibliogo: The science & technology RSS reader

Bibliogo: The science & technology RSS reader

The science & technology RSS reader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Bibliogo: The science & technology RSS reader",
  "version": "0.0.1.6",
  "manifest_version": 2,
  "description": "The science & technology RSS reader",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://www.bibliogo.com/"
    ],
    "launch": {
      "web_url": "http://www.bibliogo.com"
    }
  },
  "intents": {
    "http://webintents.org/view": [
      {
        "type": [
          "application/rss+xml",
          "application/atom+xml"
        ],
        "title": "Follow this feed in Bibliogo",
        "disposition": "window"
      }
    ]
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}