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", "manifest_version": 3, "name": "oii", "description": "Adds ii (improvement indicator) metric to user profiles on the osu! website", "version": "0.2", "action": { "default_popup": "popup\/popup.html" }, "icons": { "16": "images\/oii16.png", "32": "images\/oii32.png", "48": "images\/oii48.png", "128": "images\/oii128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/osu.ppy.sh\/*" ], "run_at": "document_idle" } ] }