Inspect and view changes in Happy Trojmiasto 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Happy Trojmiasto",
"version": "1.1.0",
"manifest_version": 3,
"description": "Wyłącz komentarze na portalu trojmiasto.pl",
"homepage_url": "https://www.linkedin.com/in/lukasz-zeromski/",
"browser_action": {
"default_title": "happy-trojmiasto",
"default_popup": "index.html"
},
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"content_scripts": [
{
"matches": [
"https://*.trojmiasto.pl/*"
],
"css": [
"styles.css"
]
}
]
}