Feedly Notifier

Feedly Notifier

Extension for Feedly news reader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Feedly Notifier",
  "description": "__MSG_ExtensionDescription__",
  "version": "2.29.1",
  "default_locale": "en",
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "webRequest",
    "*://*.feedly.com/"
  ],
  "optional_permissions": [
    "background",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "19": "/images/icon_inactive.png",
      "38": "/images/icon_inactive38.png"
    },
    "default_title": "Feedly Notifier",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "scripts/browser-polyfill.min.js",
      "scripts/feedly.api.js",
      "scripts/core.js"
    ]
  },
  "icons": {
    "16": "/images/icon16.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "web_accessible_resources": [
    "/images/icon128.png"
  ],
  "minimum_chrome_version": "70",
  "homepage_url": "https://olsh.github.io/Feedly-Notifier/",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}