Examine source code of Dravida Nayagar Featured

Inspect and view changes in Dravida Nayagar Featured 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
{
  "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
}