Zhook - Organise your notes

Zhook - Organise your notes

Save notes (text, images, links and bookmarks) from anywhere on the web, to your favorite editor, in real-time.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Zhook - Organise your notes",
  "short_name": "Zhook",
  "version": "0.0.7",
  "description": "Save notes (text, images, links and bookmarks) from anywhere on the web, to your favorite editor, in real-time.",
  "author": "Zhook Team",
  "homepage_url": "https://heyzhook.com/",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAreHx87cobJA6RWQ062LDueDFH/QCDjWJ/eFPmrunl9mrlR/MPml2CdDWjrWsb28KyQvIKyp1Da80HDOFISWUlAfzu48co2EnwaMLLq22BgHirMqYcEezWo7laUODYNC2RqwqQ4+1Af7Ow1wWctpgHhXyJ8fi1DHqM75Uk8MlY54dyZcyi7rqW3I1VOQwtgqXQA1oUbLjFulKahI1b0LdwSqmKs7iq+OyJji+FKGAqEiRPvnvh0dtdbTaMtuKEzoqKlnXkMaY4JtRLdOQbYy4cGZgBDRUC+MSVEWxntpzAHooHUA7w3jjmeL9Ee5dxx8E/kCde7iFuAo5HaoNez5elQIDAQAB",
  "default_locale": "en",
  "action": {
    "default_title": "Zhook",
    "default_icon": "icons/128x128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "externally_connectable": {
    "ids": [
      "meooamgihipncnkgjombejgmafjjaomk"
    ],
    "matches": [
      "https://api.heyzhook.com/*",
      "*://*/*",
      "<all_urls>"
    ],
    "accepts_tls_channel_id": false
  },
  "oauth2": {
    "client_id": "1090521693857-oil8c1ign5gq36gqgr93osic238d0sva.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.file",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "static/css/2.css",
        "static/css/main.css"
      ],
      "js": [
        "@webcomponents/custom-elements/custom-elements.min.js",
        "medium-highlighter.js",
        "content.js",
        "static/js/runtime-main.js",
        "static/js/2.chunk.js",
        "static/js/main.chunk.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'none'; style-src 'self'; media-src 'none'; child-src 'self' https://www.youtube.com/ https://www.youtube-nocookie.com/; connect-src 'self' https://*.notion.so/ https://*.notion.com/ https://accounts.google.com/ https://apis.google.com/ https://www.gstatic.com/ https://*.googleapis.com/ https://securetoken.googleapis.com/ https://api.heyzhook.com/; script-src 'self'; img-src * 'self' data: https:; object-src 'none'"
  },
  "host_permissions": [
    "<all_urls>",
    "*://*/"
  ],
  "offline_enabled": true,
  "minimum_chrome_version": "103",
  "permissions": [
    "contextMenus",
    "storage",
    "notifications",
    "identity",
    "identity.email",
    "scripting",
    "unlimitedStorage",
    "bookmarks"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "close.svg",
        "zhook.png"
      ],
      "matches": [
        "https://www.googleapis.com/*",
        "https://youtube.com/*",
        "http://localhost:3000/*",
        "https://api.heyzhook.com/*",
        "<all_urls>"
      ]
    }
  ]
}