3inons

3inons

We bloggers are frequently unaware of the site behaviour with our visitors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "3inons",
  "version": "1.1",
  "description": "We bloggers are frequently unaware of the site behaviour with our visitors.",
  "icons": {
    "16": "img/3nions-2.png",
    "48": "img/3nions-2 - Copy.png",
    "128": "img/3nions-2 - Copy (2).png"
  },
  "browser_action": {
    "default_icon": "img/3nions-2 - Copy.png",
    "default_title": "3inons",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs"
  ]
}