Rohan's Extension

Rohan's Extension

Displays the first 5 items from the RSS feed in a popup.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rohan's Extension",
  "version": "2.1",
  "description": "Displays the first 5 items from the  RSS feed in a popup.",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_title": "Clemson News",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "http://topics.nytimes.com/*"
  ],
  "manifest_version": 2
}