HistoryX

HistoryX

A Chrome extension to enhance your browsing history experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HistoryX",
  "description": "A Chrome extension to enhance your browsing history experience.",
  "version": "3.1.0",
  "minimum_chrome_version": "31",
  "icons": {
    "16": "build/static/img/icon16.png",
    "48": "build/static/img/icon48.png",
    "128": "build/static/img/icon128.png"
  },
  "chrome_url_overrides": {
    "history": "build/index.html"
  },
  "permissions": [
    "history",
    "bookmarks",
    "tabs",
    "chrome://favicon/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}