Omni Plus

Omni Plus

Great tools in one line.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "1.0.1",
  "minimum_chrome_version": "52",
  "omnibox": {
    "keyword": "op"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "/img/icons/icon_16.png",
    "48": "/img/icons/icon_48.png",
    "128": "/img/icons/icon_128.png"
  },
  "background": {
    "scripts": [
      "/js/main.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "notifications",
    "system.memory",
    "contextMenus",
    "management",
    "downloads",
    "downloads.shelf",
    "bookmarks",
    "history",
    "power",
    "topSites",
    "tts",
    "storage",
    "tabs",
    "idle"
  ],
  "homepage_url": "http://cil.rocks/extensions/"
}