Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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"
]
}