Inspect and view changes in Arignar Anna 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": "Arignar Anna Advanced",
"version": "20.1.2",
"description": "Celebrate the legacy of C. N. Annadurai (Arignar Anna) with this specially designed Chrome theme.",
"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"
]
}