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": "__MSG_Name__", "description": "__MSG_Description__", "version": "3.0.1", "manifest_version": 3, "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/picrew.me\/*" ], "exclude_matches": [ "https:\/\/picrew.me\/creator\/*" ], "run_at": "document_end", "js": [ "js\/shortcut.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "web_accessible_resources": [ { "resources": [ "js\/embed.js" ], "matches": [ "https:\/\/picrew.me\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en" }