Feedpon

Feedpon

A LDR inspired feed reader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Feedpon",
  "version": "2.1.1",
  "description": "A LDR inspired feed reader",
  "icons": {
    "16": "./img/icon-16.png",
    "32": "./img/icon-32.png",
    "48": "./img/icon-48.png",
    "96": "./img/icon-96.png",
    "128": "./img/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "./img/icon-32.png"
  },
  "permissions": [
    "tabs",
    "unlimitedStorage",
    "<all_urls>"
  ]
}