Nine.com.au - Homepage & Bookmarks

Nine.com.au - Homepage & Bookmarks

Update your homepage and bookmarks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nine.com.au - Homepage & Bookmarks",
  "version": "1.0.12",
  "description": "Update your homepage and bookmarks.",
  "manifest_version": 2,
  "icons": {
    "128": "nine.png"
  },
  "background": {
    "scripts": [
      "browser-polyfill.entry.js",
      "background.entry.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "nine.png",
    "default_title": "nine.com.au homepage",
    "default_popup": "index.html"
  },
  "permissions": [
    "bookmarks",
    "history"
  ],
  "chrome_settings_overrides": {
    "homepage": "http://www.nine.com.au",
    "startup_pages": [
      "http://www.nine.com.au"
    ]
  }
}