Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "name": "Notepad", "description": "A very simple notepad for Chrome with sync functionality.", "background": { "service_worker": "background.js", "type": "module" }, "options_page": "options.html", "action": { "default_icon": "icons\/19x19-local.png", "default_title": "Chrome Notepad", "default_popup": "popup.html" }, "icons": { "48": "icons\/48x48-local.png", "128": "icons\/128x128-local.png" }, "permissions": [ "contextMenus", "bookmarks", "storage" ], "offline_enabled": true, "content_security_policy": { "policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'" }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "7.0.0" }