Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dravida Nayagar Featured",
"description": "__MSG_extDesc__",
"version": "3.6",
"default_locale": "en",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "\/assets\/logo_128.png",
"48": "\/assets\/logo_128.png",
"128": "\/assets\/logo_128.png"
},
"action": {
"default_icon": "\/assets\/logo_128.png"
},
"background": {
"service_worker": "\/js\/worker.js"
},
"permissions": [
"background",
"storage",
"unlimitedStorage",
"topSites"
],
"offline_enabled": true
}