My Browsing Habits

My Browsing Habits

Monitor your browsing habits using our personalized activity tracker.Boost your productivity by detecting all your browsing trends

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My Browsing Habits",
  "description": "Monitor your browsing habits using our personalized activity tracker.Boost your productivity by detecting all your browsing trends",
  "version": "1.3.7",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "webRequest",
    "tabs",
    "scripting",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "My Browsing Habits",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "app/background.js",
    "type": "module"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}