Synqnest

Synqnest

Get Synqnest - The Chrome extension that makes you productive by managing mobile notifications seamlessly from your desktop.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Synqnest",
  "version": "1.6.10",
  "description": "Get Synqnest - The Chrome extension that makes you productive by managing mobile notifications seamlessly from your desktop.",
  "icons": {
    "16": "icons/favicon-16x16.png",
    "32": "icons/favicon-32x32.png",
    "48": "icons/favicon-96x96.png",
    "192": "icons/android-icon-192x192.png"
  },
  "commands": {
    "copyCode": {
      "suggested_key": {
        "default": "Alt+C",
        "mac": "Alt+C"
      },
      "description": "Copy Code"
    }
  },
  "action": {
    "default_icon": {
      "16": "icons/favicon-16x16.png",
      "32": "icons/favicon-32x32.png",
      "96": "icons/favicon-96x96.png"
    },
    "default_title": "Synqnest",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "dist/background.js",
    "type": "module"
  },
  "oauth2": {
    "client_id": "465074450357-sb2d2jk5lhn612o0v16blp5bsqs8pk7s.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/contacts.readonly"
    ]
  },
  "permissions": [
    "alarms",
    "identity",
    "idle",
    "scripting",
    "notifications",
    "contextMenus",
    "offscreen",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApGPdN7/penxLLsVWVSczLtzy3+AuHKgzfd2zvR2fRhSLh+I0IZyCZTGcxikomZSMorilQUIvO0SPDhmdeGS8P3iTs+fQCZBoKBNfykQWfDJcW5U91q4BLTw+uo/DBn492NwGqID0pv0z8w5l+N/ROwgw19w2ArSxRp1Xf3ziUuJUZtG3KhX88AUngA9Av2oZTbZ3Wmitusbt12NqnKHwGzL9qIp1lRPp1ehwGHe5pJ/6gxakdevZeYhjS6vws3cSiMYDn7hRVybgt17a0AgJHuo9+dUYuOv0HJii/UhkXo8F/oCEo6/hMHs+IPFUjwJeDOkU5bMTmdiwriZMIhOO3wIDAQAB"
}