tweaks/manifest.json
2024-07-27 16:28:33 -05:00

11 lines
182 B
JSON

{
"name": "OsuTweaks",
"version": "0.1.0",
"manifest_version": 2,
"content_scripts": [
{
"matches": ["*://osu.ppy.sh/*"],
"js": ["src/script.ts"]
}
]
}