Feedly Mini

Feedly Mini

Easily add content to your Feedly while browsing. Follow source, save to your board and add comments to your articles.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Feedly Mini",
  "description": "Easily add content to your Feedly while browsing",
  "author": "Feedly",
  "version": "1.0.10",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "19x19.png",
      "38": "[email protected]"
    },
    "default_title": "Feedly Mini",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "cookies",
    "*://feedly.com/",
    "storage"
  ],
  "web_accessible_resources": [
    "128x128.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://feedly.com/*"
      ],
      "js": [
        "inject-bundle.js"
      ]
    }
  ]
}