History Plus

History Plus

A better browsing history. Save more history beyond 90 days, advanced search, autobackup and import/export.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_global_extensionName__",
  "short_name": "HP",
  "description": "__MSG_global_extensionDescription__",
  "version": "1.5.8",
  "manifest_version": 3,
  "author": "Tom Zenho",
  "action": {
    "default_icon": {
      "16": "assets/icon/history_plus_16.png",
      "32": "assets/icon/history_plus_32.png",
      "48": "assets/icon/history_plus_48.png",
      "64": "assets/icon/history_plus_64.png",
      "128": "assets/icon/history_plus_128.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_global_extensionName__"
  },
  "options_page": "options.html",
  "icons": {
    "16": "assets/icon/history_plus_16.png",
    "32": "assets/icon/history_plus_32.png",
    "48": "assets/icon/history_plus_48.png",
    "64": "assets/icon/history_plus_64.png",
    "128": "assets/icon/history_plus_128.png"
  },
  "permissions": [
    "favicon",
    "storage",
    "history",
    "unlimitedStorage"
  ],
  "background": {
    "service_worker": "assets/js/background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "cross_origin_embedder_policy": {
    "value": "require-corp"
  },
  "cross_origin_opener_policy": {
    "value": "same-origin"
  },
  "incognito": "not_allowed",
  "offline_enabled": true,
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "resources": [
        "_favicon/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}