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": "__MSG_appName__", "description": "__MSG_shortDesc__", "version": "1.0.6", "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "commands": { "create_note": { "suggested_key": { "default": "Alt+Shift+N" }, "description": "__MSG_hotkey_create_note__" }, "toggle_notes_visibility_on_page": { "suggested_key": { "default": "Alt+Shift+H" }, "description": "__MSG_hotkey_toggle_notes_visibility_on_page__" } }, "content_scripts": [ { "js": [ "assets\/main.tsx-loader-BTt72Sw8.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "permissions": [ "activeTab", "scripting", "contextMenus", "unlimitedStorage" ], "default_locale": "en", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_page": "src\/pages\/options\/index.html", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr0cSB04f0Q11eyjdRVy\/9RoJK1wwOoSDyxzWxef+dCNrPmnLv3cZKWQBIarXhD5cGOAXfhjZ0j9lv4ENZsWCti8wfjn3odQQcXhFM+ayyPYkjChvzRB6kcRilZBx1mmZ9vIKYa7cr1daD\/DoIKevXQqvJeaRToTukiRvEc6HOY0UtVkHmSHN4xQ9Gv8p1wF0rGkXfBX+aw20PrZEGH1IIHKdILYruD\/S0\/RvH+oLx\/nkjbI8EkS3WVTxDVAFSp0Z15+mr6VOIEUwq190wykQ6Q\/sK9404odXRDx1xJxzt5rH6X7NKOCBZT8C+X9791+VgQSef\/MZknqbjYzygS03CwIDAQAB", "web_accessible_resources": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/useSettings-B76CZNRn.js", "assets\/index-BHAd41FN.js", "assets\/normalizeUrl-CXekjiU9.js", "assets\/database-X0Io1asn.js", "assets\/main.tsx-3BD4qRhn.js" ], "use_dynamic_url": false } ] }