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_name__", "description": "__MSG_description__", "short_name": "__MSG_short_name__", "version": "1.0.9", "default_locale": "en", "offline_enabled": true, "manifest_version": 3, "icons": { "128": "images\/128.png" }, "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "storage", "unlimitedStorage", "scripting" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "\/js\/lib\/fabric.js", "\/js\/lib\/jquery-3.2.1.min.js", "\/js\/contentScript.js", "\/js\/share-modal.js" ], "css": [ "\/css\/share-modal.css" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_icon": "images\/128.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "\/css\/injectable.css", "editor.html" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ] }