tweaks/manifest.json

12 lines
182 B
JSON
Raw Permalink Normal View History

2024-07-27 21:28:33 +00:00
{
"name": "OsuTweaks",
"version": "0.1.0",
"manifest_version": 2,
"content_scripts": [
{
"matches": ["*://osu.ppy.sh/*"],
"js": ["src/script.ts"]
}
]
}