Inoreader - RSS, News and Social Reader

Inoreader - RSS, News and Social Reader

The content reader for power users who want to save time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Inoreader - RSS, News and Social Reader",
  "short_name": "Inoreader",
  "description": "The content reader for power users who want to save time",
  "version": "8.1",
  "manifest_version": 2,
  "offline_enabled": false,
  "app": {
    "urls": [
      "*://www.inoreader.com/"
    ],
    "launch": {
      "web_url": "http://www.inoreader.com"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications"
  ]
}