Platinum Web

Platinum Web

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Platnium Web",
    "default_popup": "popup.html",
    "default_icon": "tab-icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}