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": "Focus to Notion", "version": "1.1.0", "description": "L\u01b0u tr\u1eef ghi ch\u00fa v\u00e0 th\u00f4ng tin t\u1eeb tr\u00ecnh duy\u1ec7t v\u00e0o Notion", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "storage", "activeTab", "scripting", "tabs", "windows" ], "host_permissions": [ "https:\/\/api.notion.com\/*" ], "action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } }, "options_page": "options\/options.html", "background": { "service_worker": "background\/background.js" }, "web_accessible_resources": [ { "resources": [ "popup\/popup.html" ], "matches": [ "<all_urls>" ] } ] }