To campaign the unique quotes of the Dravida Nayagar Hon'ble CM MK Stalin, Dmkitwing designed anadvanced theme with unique features
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": "Dravida Nayagar Advanced",
"version": "20.1.2",
"description": "To campaign the unique quotes of the Dravida Nayagar Hon'ble CM MK Stalin, Dmkitwing designed anadvanced theme with unique features",
"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"
]
}