feedly

feedly

All your favorite sites in one place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "feedly",
  "description": "All your favorite sites in one place.",
  "manifest_version": 2,
  "version": "35",
  "permissions": [
    "background",
    "https://*.google.com/",
    "https://*.twitter.com/",
    "https://graph.facebook.com/",
    "https://www.google.com/reader/*",
    "https://www.google.com/accounts/ClientLogin",
    "https://www.googleapis.com/oauth2/*",
    "https://www.facebook.com/plugins/like.php*",
    "http://*/*"
  ],
  "options_page": "gc-options.htm",
  "background": {
    "scripts": [
      "gc-background.js"
    ]
  },
  "app": {
    "launch": {
      "local_path": "gc-launcher.htm"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://feedly.com/*",
        "http://sandbox.feedly.com/*",
        "http://cloud.feedly.com/*",
        "https://feedly.com/*",
        "https://cloud.feedly.com/*",
        "https://sandbox.feedly.com/*"
      ],
      "run_at": "document_end",
      "css": [],
      "js": [
        "js/10101_gc-enricher_135.js"
      ]
    },
    {
      "matches": [
        "http://*/*"
      ],
      "css": [
        "extension/chromeMini.css"
      ],
      "js": [
        "extension/chromeMini.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "feedly-icon-48.png",
    "feedly-icon-black-48.png",
    "gc-options.htm",
    "extension/[email protected]",
    "extension/[email protected]",
    "extension/[email protected]",
    "extension/[email protected]",
    "extension/[email protected]",
    "extension/[email protected]",
    "extension/[email protected]",
    "extension/[email protected]"
  ],
  "icons": {
    "16": "feedly-16.png",
    "32": "feedly-32.png",
    "48": "feedly-48.png",
    "128": "feedly-128.png"
  }
}