Snipe-IT Chrome Device Sync

Snipe-IT Chrome Device Sync

A Chrome extension to sync device information with Snipe-IT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Snipe-IT Chrome Device Sync",
  "version": "2.3.1",
  "description": "A Chrome extension to sync device information with Snipe-IT",
  "permissions": [
    "https://snipeapi.ges60.org/*",
    "idle",
    "alarms",
    "identity",
    "identity.email",
    "enterprise.deviceAttributes"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "favicon-16x16.png",
      "32": "favicon-32x32.png",
      "48": "icon48.png",
      "192": "chrome-192x192.png",
      "512": "chrome-512x512.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "48": "icon48.png",
    "192": "chrome-192x192.png",
    "512": "chrome-512x512.png"
  }
}