Webindexia's Multi-Index™ Lite

Webindexia's Multi-Index™ Lite

Webindexia's Multi-Index Tool will enable an enhance results on your search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Webindexia's Multi-Index™ Lite",
  "version": "4.3",
  "description": "Webindexia's Multi-Index Tool will enable an enhance results on your search.",
  "icons": {
    "16": "img/Icon_16x16_redlite.png",
    "48": "img/Icon_48x48_redlite.png",
    "128": "img/Icon_128x128_redlite.png"
  },
  "browser_action": {
    "default_icon": "img/Icon_128x128_redlite.png",
    "default_title": "Webindexia.com - We index the web for you...",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs"
  ]
}