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", "name": "News Lovers Tab", "version": "0.1.3", "manifest_version": 3, "description": "News Headlines On Your New Tab Page", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*.google.com\/" ], "action": { "default_icon": { "32": "images\/icon-32.png", "64": "images\/icon-64.png" }, "default_title": "News Lovers Tab" }, "web_accessible_resources": [ { "resources": [ "images\/icon-48.png" ], "matches": [], "extension_ids": [] } ] }