RSSLists

RSSLists

This extension displays the current date, weather, and rss feeds in the new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RSSLists",
  "description": "This extension displays the current date, weather, and rss feeds in the new tab page",
  "version": "2.0.5",
  "content_security_policy": "script-src 'self' https://code.jquery.com https://cdnjs.cloudflare.com; object-src 'self'",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "views/popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "views/root.html"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "geolocation",
    "https://ajax.googleapis.com/",
    "<all_urls>",
    "*://*/*"
  ]
}