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", "name": "Snap Magic", "description": "Snap Magic - Snap, Edit, Share: Your Social Media Screenshot Companion", "version": "0.5.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "inj-content-script.css", "screenshot\/screenshot.js", "screenshot\/screenshot.css", "screenshot\/mesh-gradients\/*.jpg" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "action": { "default_title": "Snap Magic - A screenshot tool for social media sharing", "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content-script.js", "inj-content-script.js" ], "css": [] } ], "permissions": [ "activeTab", "downloads", "storage", "scripting" ], "icons": { "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }