Omnindex Firefox

Examine source code of Omnindex

Inspect and view changes in Omnindex source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Omnindex",
  "version": "1.1",
  "description": "Create your own search engine using your bookmarks",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "bookmarks",
    "storage",
    "*://*.omnindex.com/*"
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Omnindex",
    "default_popup": "dist/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.omnindex.com/*"
      ],
      "js": [
        "dist/bridge.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@omnindex.com"
    }
  }
}

Best Omnindex Alternatives

Here are some Firefox add-ons that are similar to Omnindex: