mesmerized

mesmerized

Transform your new tabs. Be inspired with the beautiful backgrounds, quotes, weather, sticky notes, to-do list and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Emad Alam <[email protected]>",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "0.2.3",
  "default_locale": "en",
  "homepage_url": "https://mesmerized.me",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "tabpage.html"
  },
  "options_ui": {
    "chrome_style": false,
    "page": "options.html"
  },
  "permissions": [
    "geolocation",
    "storage",
    "unlimitedStorage",
    "https://*.mesmerized.me/*"
  ]
}