Better History

Better History

A better look at your browsing history. The best searching, the sharpest interface, and the most useful filters - for your history.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_manifest_description__",
  "icons": {
    "16": "assets/images/16.png",
    "24": "assets/images/24.png",
    "32": "assets/images/32.png",
    "64": "assets/images/64.png",
    "128": "assets/images/128.png"
  },
  "offline_enabled": true,
  "browser_action": {
    "default_icon": {
      "32": "assets/images/icons/default.png"
    },
    "default_title": "__MSG_manifest_browser_action_title__"
  },
  "chrome_url_overrides": {
    "history": "index.html"
  },
  "background": {
    "page": "/assets/pages/background.html",
    "persistent": true
  },
  "permissions": [
    "chrome://favicon/",
    "history",
    "storage",
    "contextMenus",
    "unlimitedStorage",
    "tabs",
    "sessions"
  ],
  "manifest_version": 2,
  "name": "Better History",
  "version": "4.0.3",
  "default_locale": "en",
  "web_accessible_resources": [
    "assets/template/*.html"
  ],
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}