Moody new tab page

Moody new tab page

Moody is a simple new tab page with high quality beautiful images of the best photographers from unsplash.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Moody new tab page",
  "short_name": "Moody",
  "version": "1.2.0",
  "description": "Moody is a simple new tab page with high quality beautiful images of the best photographers from unsplash.com",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "./index.html"
  },
  "author": "Hendry Sadrak <[email protected]> (https://www.hendrysadrak.com)"
}