No history

No history

Blank history page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "history": "index.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "description": "Blank history page",
  "manifest_version": 2,
  "minimum_chrome_version": "29",
  "name": "No history",
  "offline_enabled": true,
  "version": "1.0.2"
}