MetaBrowsing

MetaBrowsing

Become more productive by viewing your browsing history and trends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MetaBrowsing",
  "description": "Become more productive by viewing your browsing history and trends.",
  "version": "1.0.1",
  "icons": {
    "16": "Meta_Icon16.png",
    "48": "Meta_Icon48.png",
    "128": "Meta_Icon128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "storage",
    "https://*/",
    "http://*/"
  ],
  "background": {
    "scripts": [
      "background/backgroundcollector.js"
    ]
  },
  "browser_action": {
    "default_icon": "Meta_Icon128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}