Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "manifest_version": 3, "author": "nevzilya", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "options_page": "options.html", "version": "1.166", "offline_enabled": true, "background": { "service_worker": "scripts\/background.js" }, "icons": { "48": "img\/notepad_48.png", "128": "img\/notepad_128.png" }, "host_permissions": [ "https:\/\/notepad-online.ru\/*", "http:\/\/notepad-online.ru\/*", "https:\/\/zework.com\/*" ], "permissions": [ "unlimitedStorage", "contextMenus", "storage" ], "action": { "default_icon": { "24": "img\/a_6.png", "48": "img\/notepad_48.png", "128": "img\/notepad_128.png" }, "default_title": "__MSG_ext_short_name__", "default_popup": "index.html" }, "default_locale": "en", "short_name": "__MSG_ext_short_name__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } }