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": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Panda New Tab", "description": "New Tab Dashboard & Widgets", "version": "6.2.158", "icons": { "16": "icon\/16.png", "38": "icon\/38.png", "48": "icon\/48.png", "128": "icon\/128.png", "256": "icon\/256.png" }, "permissions": [ "storage" ], "action": { "default_icon": { "16": "icon\/16.png", "38": "icon\/38.png", "48": "icon\/48.png", "128": "icon\/128.png", "256": "icon\/256.png" }, "default_title": "Panda" }, "web_accessible_resources": [ { "resources": [ "newtab.html" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self';" }, "background": { "type": "module", "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" } }