My Tab - New Tab Page

My Tab - New Tab Page

Single place to access your mails, news, bookmarks and frequently visited pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://s3.amazonaws.com; object-src 'self'",
  "description": "Single place to access your mails, news, bookmarks and frequently visited pages",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "My Tab - New Tab Page",
  "short_name": "My Tab",
  "offline_enabled": true,
  "permissions": [
    "geolocation",
    "management",
    "topSites",
    "unlimitedStorage",
    "storage",
    "<all_urls>",
    "history",
    "bookmarks"
  ],
  "version": "1.0.5"
}