Moment - #1 Personal Dashboard for Chrome

Moment - #1 Personal Dashboard for Chrome

Give a clean and modern look to your default Chrome homepage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "img/64.png"
  },
  "icons": {
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "manifest_version": 2,
  "permissions": [
    "storage",
    "unlimitedStorage",
    "topSites",
    "contextMenus"
  ],
  "version": "3.15"
}