Platinum Web

Platinum Web

Browse the Web with ease using this extension! Redesign your new-tab page with a simplistig image that changes everyday!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Platinum Web",
  "version": "1.0.0",
  "description": "Browse the Web with ease using this extension! Redesign your new-tab page with a simplistig image that changes everyday!",
  "short_name": "Platinum Web",
  "browser_action": {
    "default_title": "Platnium Web",
    "default_popup": "popup.html",
    "default_icon": "tab-icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}