TopNewsToday

TopNewsToday

Find latest top news from the best sources on the Internet, ranked by Top News Today.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TopNewsToday",
  "browser_action": {
    "default_icon": {
      "19": "assets/chrome-touch-icon-192x192.png",
      "38": "assets/chrome-touch-icon-192x192.png"
    },
    "default_title": "Top News Today",
    "default_popup": "index.html"
  },
  "short_name": "TopNewsToday",
  "description": "",
  "version": "0.0.1",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "assets/chrome-touch-icon-192x192.png",
    "128": "assets/chrome-touch-icon-192x192.png"
  }
}