Web Historian - Education Edition

Web Historian - Education Edition

Web Historian - Visualize your web use to understand your habits.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "version": "1.0",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDesc__",
  "permissions": [
    "history",
    "tabs",
    "storage"
  ],
  "action": {
    "default_icon": "images/star48.png",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "images/star16.png",
    "48": "images/star48.png",
    "128": "images/star128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "minimum_chrome_version": "88.0.0.0"
}