Formosus

Formosus

Replaces the 'New Tab' tab, featuring beautiful backgrounds, current time and personalized greetings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Formosus",
  "description": "Replaces the 'New Tab' tab, featuring beautiful backgrounds, current time and personalized greetings.",
  "version": "2.3.0",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "/img/icon16.png",
    "32": "/img/icon32.png",
    "48": "/img/icon48.png",
    "128": "/img/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "backgroundScript.js"
    ]
  }
}