Open in Helium

Open in Helium

[Mac OS X only] The easiest way to open a webpage in Helium or HeliumLift.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Open in Helium",
  "description": "[Mac OS X only] The easiest way to open a webpage in Helium or HeliumLift.",
  "version": "1.6.3.0",
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    }
  },
  "options_page": "html/options.html",
  "omnibox": {
    "keyword": "oih"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "notifications",
    "activeTab"
  ],
  "background": {
    "persistent": false,
    "page": "html/background.html"
  },
  "icons": {
    "128": "img/icon128.png",
    "256": "img/icon256.png"
  },
  "version_name": "1.6.3"
}