iwireTV

iwireTV

Displays the first 5 items from the 'iwireTV - top news' 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",
  "manifest_version": 2,
  "name": "iwireTV",
  "version": "14",
  "description": "Displays the first 5 items from the 'iwireTV - top news' RSS feed in a popup.",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_title": "iwiretv",
    "default_icon": "icon.png",
    "popup": "feed.html"
  },
  "permissions": [
    "tabs",
    "http://iwiretv.com/*"
  ]
}