Michigan News Tab

Michigan News Tab

Browser extension that displays news headlines and photos when a user opens a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extension_name__",
  "version": "0.8.13",
  "manifest_version": 2,
  "description": "__MSG_extension_description__",
  "homepage_url": "http://michigan.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "html/newtab.html"
  },
  "permissions": [
    "https://api.michigan.com/",
    "http://www.freep.com/",
    "https://www.google-analytics.com/",
    "storage",
    "topSites"
  ],
  "content_security_policy": "script-src 'self' chrome-extension-resource: https://www.google-analytics.com; object-src 'none'"
}