HistoryHere

HistoryHere

Browser extension that answers: 🧐 Have I seen this page already?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HistoryHere",
  "description": "Browser extension that answers: 🧐 Have I seen this page already?",
  "version": "1.0.2",
  "homepage_url": "https://github.com/Strajk/HistoryHere",
  "permissions": [
    "storage",
    "history",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "HistoryHere",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {}
  }
}