WebTrails by Avast Labs

WebTrails by Avast Labs

Get insights about yourself through your browsing history.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WebTrails by Avast Labs",
  "description": "Get insights about yourself through your browsing history.",
  "manifest_version": 2,
  "offline_enabled": true,
  "version": "0.6",
  "permissions": [
    "history"
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_name": "WebTrails",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "default-src 'self' 'unsafe-eval'; img-src * 'self' data: https:; style-src 'self' 'unsafe-inline'; connect-src 'self' https://api.opencagedata.com/"
}