Smart Solution

Smart Solution

Smart Solution Chrome Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Smart Solution",
  "version": "1.0.0.2",
  "description": "Smart Solution Chrome Extension",
  "background": {
    "service_worker": "background.js"
  },
  "homepage_url": "https://www.comprsietechnologies.com/",
  "minimum_chrome_version": "88",
  "offline_enabled": false,
  "permissions": [
    "printerProvider",
    "storage",
    "notifications",
    "proxy",
    "browsingData",
    "idle",
    "alarms",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "https://chromedemo.saminthecloud.com/",
    "https://www.googleapis.com/*"
  ],
  "action": {},
  "short_name": "Smart Solution",
  "version_name": "1.0.0.2",
  "externally_connectable": {
    "matches": [
      "https://chromedemo.saminthecloud.com/*"
    ]
  },
  "oauth2": {
    "client_id": "281440060669-af1t62d6kkv0lfqdlr2cedggkb83hgm0.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.appdata",
      "https://www.googleapis.com/auth/drive.file",
      "https://www.googleapis.com/auth/drive"
    ]
  }
}