owo-firefox/manifest.json
2022-08-01 19:41:20 -05:00

34 lines
467 B
JSON

{
"manifest_version": 2,
"name": "OwO",
"version": "1.0",
"description": "Makes you become OwO.",
"icons": {
"48": "icons/48.png"
},
"content_scripts": [
{
"matches": ["*://*/*"],
"js": ["owo.js"]
}
],
"applications": {
"gecko": {
"id": "OwO@OwO"
}
},
"page_action": {
"default_icon": {
"48": "icons/48.png"
},
"default_title": "OwO What's This?"
}
}