Inspect and view changes in OwO What's this? source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "OwO What's this?",
"description": "Replaces every word with 'OwO What's this?'",
"version": "0.0.4resigned1",
"icons": {
"64": "data/icon-64-1.png"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"index.js"
]
},
"browser_action": {
"default_icon": "data/icon-64-1.png",
"default_title": "OwO What's this?"
},
"browser_specific_settings": {
"gecko": {
"id": "{a011eb68-7bad-4aed-8701-861e88073ae9}"
}
}
}