msr-mod/public/manifest.json
2025-05-23 20:32:08 +10:00

19 lines
390 B
JSON

{
"manifest_version": 3,
"name": "MSR Mod",
"version": "0.0.1",
"description": "A Vue-based browser extension.",
"content_scripts": [
{
"matches": ["https://monster-siren.hypergryph.com/"],
"js": ["assets/index.js"],
"run_at": "document_end"
}
],
"icons": {
"16": "vite.svg",
"48": "vite.svg",
"128": "vite.svg"
},
"permissions": []
}