Improve the browsing experience with happiness
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": "Lol",
"version": "1.0.1",
"description": "Improve the browsing experience with happiness",
"icons": {
"48": "lol-web-48.png",
"96": "lol-web-96.png"
},
"content_scripts": [
{
"css": [
"style.css"
],
"matches": [
"https://*/"
]
}
]
}