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": "Online Notes", "short_name": "Online Notes", "version": "1.0.0", "description": "Online Notes is your go-to companion to instantly take quick notes- anytime & anywhere! \u26a1", "icons": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "homepage_url": "https:\/\/qcknotepad.com", "side_panel": { "default_path": "notepad\/notepad.html" }, "permissions": [ "sidePanel", "unlimitedStorage", "storage", "background" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content\/all.js" ], "css": [ "content\/all.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ], "all_frames": true, "extension_ids": [ "*" ] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+N", "windows": "Alt+N", "mac": "Alt+N", "chromeos": "Alt+N", "linux": "Alt+N" }, "description": "Press Alt + N to access your notes" } }, "offline_enabled": true, "author": "Online Notes", "background": { "service_worker": "bk\/service.js" }, "content_security_policy": { "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'", "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'" }, "minimum_chrome_version": "114", "action": { "default_icon": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "default_title": "Online Notes" } }