Add to Feedly ™

Add to Feedly ™

Easily Subscribe to RSS Feeds in Feedly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js",
      "js/background.js"
    ]
  },
  "page_action": {
    "default_icon": "icon-128.png",
    "default_title": "Add to Feedly™"
  },
  "description": "Easily Subscribe to RSS Feeds in Feedly",
  "homepage_url": "http://www.marcosbl.com/",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "options_page": "options/options.html",
  "web_accessible_resources": [
    "icon-48.png"
  ],
  "manifest_version": 2,
  "name": "Add to Feedly ™",
  "short_name": "Add 2 Feedly",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.4.2"
}