History Map

History Map

Browsing with a map in hand

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "History Map",
  "version": "1.2.5",
  "manifest_version": 2,
  "description": "Browsing with a map in hand",
  "icons": {
    "16": "img/icons/icon16.png",
    "48": "img/icons/icon48.png",
    "128": "img/icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "img/icons/icon19.png",
    "default_title": "History Map",
    "default_popup": "hi/panel.html"
  },
  "background": {
    "page": "bg/background.html"
  },
  "homepage_url": "https://chrome.google.com/webstore/detail/history-map-free/gnkekbekankhgcmajobhnbdhopcmnfjj",
  "permissions": [
    "tabs",
    "history",
    "background",
    "http://*/*"
  ],
  "chrome_url_overrides": {
    "history": "hi/history.html"
  },
  "options_page": "op/options.html"
}