Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"minimum_chrome_version": "90",
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"chrome_url_overrides": {
"newtab": "ntp.html"
},
"options_page": "options.html",
"name": "Awesome New Tab Page",
"description": "Enhance your New Tab Page with ultimate customizability and power. Awesome, like you. [ANTP]",
"version": "2025.415.73",
"icons": {
"128": "\/extension\/images\/icon128.png"
},
"permissions": [
"management",
"tabs",
"storage",
"unlimitedStorage",
"chrome:\/\/favicon\/",
"<all_urls>"
],
"content_scripts": [],
"web_accessible_resources": [
{
"resources": [
"ntp.html",
"options.html",
"\/extension\/widgets\/tutorial\/widget.tutorial.html"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
},
"manifest_version": 3,
"action": []
}