FumbleAround/manifest.json
Michael Maurakis 712f350fe7 Sanity check.
It works with literally no features.
2025-01-19 17:35:31 -06:00

14 lines
No EOL
302 B
JSON

{
"manifest_version": 3,
"name": "FumbleUpon",
"version": "1.0",
"description": "Discover random websites, just like StumbleUpon used to do!",
"permissions": [],
"content_scripts": [
{
"matches": ["<all_urls>"],
"css": ["styles.css"],
"js": ["content.js"]
}
]
}