Comments Underground
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Tutti Cloud - Comments Underground",
"short_name": "Tutti Cloud",
"description": "Comments Underground",
"version": "1.0.3",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"32": "/images/Tutti_Cloud_32.png",
"48": "/images/Tutti_Cloud_48.png",
"128": "/images/Tutti_Cloud_128.png"
}
},
"icons": {
"32": "/images/Tutti_Cloud_32.png",
"48": "/images/Tutti_Cloud_48.png",
"128": "/images/Tutti_Cloud_128.png"
},
"options_page": "options.html",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}