albatross - flaunt your new tab

albatross - flaunt your new tab

Dazzling new tab with backgrounds of enchanting vistas or your favorite photo. Quick search for bookmarks & apps, todo, weather.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Dazzling new tab with backgrounds of enchanting vistas or your favorite photo. Quick search for bookmarks & apps, todo, weather.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "name": "albatross - flaunt your new tab",
  "short_name": "albatross",
  "permissions": [
    "geolocation",
    "bookmarks",
    "storage",
    "management",
    "http://*/",
    "https://*/",
    "unlimitedStorage",
    "topSites",
    "chrome://favicon/*"
  ],
  "version": "1.0.16"
}