Ricoh myPrint

Ricoh myPrint

Ricoh myPrint IPPS printer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "Ricoh myPrint",
  "description": "Ricoh myPrint IPPS printer",
  "version": "1.0.10",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "150": "icons/icon150.png"
  },
  "background": {
    "service_worker": "scripts/service_worker.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "scripts/popup.js",
        "scripts/settings.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAknIaWf75nxpp5jtbDzu19LPYnbTttm4a6gTJjaUvePHAJNEquGoGGAV9cj5jJZulVZM6owY8Vr37lVeCkTsV0hV0G3R49gbQXPdtw25lIqxM09/dc79PGb1OzFYB/c5o8glCEabNMyaA7RuCZPfuaxUifswQU+tFCgc1r7uv7b+3rcRfg4gcpMfHMOtVEv3ykrzMm0sfyFviyHo/MnZ//3LvZPv/USbTiclURBWkymBw3b6WzdcaL00uSNWqY9vkMXlYunYWEt7AfTxHqh8x4R4/71K37Pv+0MCZg2moG90h2JkBubiPkTR4NoJIzyPGPj9OKDRfzOg89we+NcY8iQIDAQAB",
  "permissions": [
    "storage",
    "printerProvider",
    "identity",
    "identity.email",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "oauth2": {
    "client_id": "851056067147-ckcmv06fp1lu05di4ttijfb55ltruu9g.apps.googleusercontent.com",
    "scopes": [
      "email"
    ]
  },
  "storage": {
    "managed_schema": "schema.json"
  },
  "action": {
    "default_title": "Ricoh myPrint IPPS printer",
    "default_icon": "icons/icon32.png",
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "https://apis.google.com/",
    "https://www.gstatic.com/",
    "https://www.googleapis.com/",
    "https://securetoken.googleapis.com/"
  ]
}