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", "version": "1.0.6", "manifest_version": 3, "short_name": "Stream Live News", "description": "Stream Live News replaces your new tab with quick access to live news streams & sponsored web search.", "name": "Stream Live News", "background": { "service_worker": "service_worker.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "search", "storage" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "*.json", "favicon.ico" ] } ], "content_security_policy": { "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/streamlivenews.com https:\/\/api.openweathermap.org https:\/\/www.bing.com https:\/\/r.bing.com https:\/\/geoip-js.com; script-src 'self'; object-src 'self'; font-src 'self' https:\/\/pro.fontawesome.com https:\/\/code.jquery.com https:\/\/geoip-js.com data:; style-src https:\/\/www.bing.com https:\/\/r.bing.com 'self' https:\/\/pro.fontawesome.com; img-src 'self' https:\/\/openweathermap.org * data:;" } }