Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.7.13", "permissions": [ "webNavigation", "storage", "unlimitedStorage", "contextMenus", "tabs" ], "background": { "service_worker": "background.js" }, "manifest_version": 3, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "web\/pdf.html", "images\/icon128.png" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.themoonlight.io\/*", "http:\/\/localhost\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "default_locale": "en", "action": { "default_popup": "popup.html" } }