Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Highlight to Notion", "version": "3.6", "description": "L\u01b0u n\u1ed9i dung, video v\u00e0 \u1ea3nh t\u1eeb tr\u00ecnh duy\u1ec7t v\u00e0o Notion", "permissions": [ "storage", "activeTab", "contextMenus", "scripting" ], "host_permissions": [ "https:\/\/api.notion.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "settings.html" }