Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DailyFactTab", "manifest_version": 3, "description": "Fun facts on your new chrome tab.", "version": "1.4", "background": { "service_worker": "background.js" }, "icons": { "16": "images\/bulbicon16.png", "48": "images\/bulbicon48.png", "128": "images\/bulbicon128.png" }, "action": { "default_title": "DailyFactTab" }, "permissions": [ "search" ], "offline_enabled": true, "chrome_url_overrides": { "newtab": "newtab.html" } }