OX: Bookmarks you'll be happy to look at.

OX: Bookmarks you'll be happy to look at.

Replace your new tabs page with a beautiful, fast and simple list of bookmarks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OX: Bookmarks you'll be happy to look at.",
  "description": "Replace your new tabs page with a beautiful, fast and simple list of bookmarks.",
  "version": "0.224",
  "icons": {
    "16": "ox16.png",
    "128": "ox128.png"
  },
  "chrome_url_overrides": {
    "newtab": "ox.html"
  },
  "content_security_policy": "script-src 'self' https://platform.twitter.com https://ssl.google-analytics.com https://connect.facebook.net; object-src 'self'",
  "permissions": [
    "bookmarks",
    "storage"
  ]
}