aeyemotion

aeyemotion

aeyemotion | the new eye tracking standard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "aeyemotion",
  "description": "aeyemotion | the new eye tracking standard",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "120": "icons/icon_120.png"
  },
  "browser_action": {
    "default_title": "aeyemotion",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "desktopCapture"
  ],
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  }
}