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", "icons": { "16": "icon16.plasmo.ce77d7db.png", "32": "icon32.plasmo.01819905.png", "48": "icon48.plasmo.eea21c56.png", "64": "icon64.plasmo.a829c66f.png", "128": "icon128.plasmo.44a44c14.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.ce77d7db.png", "32": "icon32.plasmo.01819905.png", "48": "icon48.plasmo.eea21c56.png", "64": "icon64.plasmo.a829c66f.png", "128": "icon128.plasmo.44a44c14.png" }, "default_popup": "popup.html" }, "version": "1.1.1", "author": "[email protected]", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "background": { "service_worker": "static\/background\/index.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "identity", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "render.afeb57b4.js" ], "css": [ "render.1ca16093.css" ] } ], "default_locale": "en", "host_permissions": [ "*:\/\/*.reddit.*\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "resources": [ "logo.f0830b08.png" ] } ] }