Babbar

Babbar

Babbar.tech travels the web and calculates valuable indicators to help you understand the notion of popularity and trust on the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Babbar",
  "options_page": "options.html",
  "version": "0.15",
  "permissions": [
    "activeTab",
    "notifications",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "bulb16.png",
    "48": "bulb48.png",
    "128": "bulb128.png"
  },
  "browser_action": {
    "default_title": "Babbar.tech (alpha)"
  }
}