Inspect and view changes in Muthamizh Arignar Advanced 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",
"manifest_version": 3,
"name": "Muthamizh Arignar Advanced",
"version": "20.1.2",
"description": "Dmkitwing made an aesthetic theme to honour the Dravidian stalwart Kalaignar and his indelible achievements for Tamil Nadu",
"default_locale": "en",
"icons": {
"128": "src/assets/favicon-128x128.ico",
"512": "src/assets/favicon-512x512.ico"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"title": "__MSG_extensionName__"
},
"offline_enabled": true,
"background": {
"service_worker": "src/scripts/background.js",
"type": "module"
},
"permissions": [
"storage"
],
"optional_permissions": [
"bookmarks",
"search",
"topSites"
]
}