Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" ] } }