trayEnabler

trayEnabler

Enables background process and tray icon. Allows loading without startup window to background on boot, so browser opens faster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "trayEnabler",
  "description": "Enables background process and tray icon. Allows loading without startup window to background on boot, so browser opens faster.",
  "version": "1.0",
  "permissions": [
    "background"
  ]
}