Prey

Prey

Prey for Chrome OS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Prey"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "foreground.js"
      ],
      "matches": [
        "https://preyproject.com/*",
        "https://panel.preyproject.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "Prey for Chrome OS",
  "host_permissions": [
    "https://panel.preyproject.com/*",
    "https://solid.preyproject.com/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "96",
  "name": "Prey",
  "permissions": [
    "alarms",
    "background",
    "nativeMessaging",
    "notifications",
    "storage",
    "tabs",
    "enterprise.deviceAttributes",
    "geolocation"
  ],
  "version": "4.5.3"
}