Good News

Good News

Your personal news stream. Helps you discover and share the latest news on your favorite topics from the sources you trust.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "version": "4.3.100",
  "default_locale": "en",
  "app": {
    "urls": [
      "http://goodnews.click/",
      "http://www.goodnews.click/",
      "http://chrome.goodnews.click/",
      "http://app.goodnews.click/"
    ],
    "launch": {
      "web_url": "http://chrome.goodnews.click/"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}