owo-firefox/manifest.json

34 lines
467 B
JSON
Raw Normal View History

2022-08-02 00:41:20 +00:00
{
"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?"
}
}