Awesome RSS

Awesome RSS

Puts an RSS/Atom subscribe button back in URL bar. Supports "Live Bookmarks" (built-in), Feedly, & Inoreader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "developer": {
    "name": "Chris Zuber",
    "url": "https://shgysk8zer0.github.io"
  },
  "version": "1.3.6resigned1",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/shgysk8zer0/awesome-rss",
  "icons": {
    "48": "icons/subscribe-64.svg"
  },
  "default_locale": "en",
  "permissions": [
    "tabs",
    "storage"
  ],
  "page_action": {
    "default_icon": "icons/subscribe-64.svg",
    "browser_style": true
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/document.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "{97d566da-42c5-4ef4-a03b-5a2e5f7cbcb2}",
      "strict_min_version": "52.0"
    }
  }
}