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", "manifest_version": 2, "name": "beat", "description": "Stay on top of your regular news beat with each tab", "author": "Tyler Fowler <[email protected]>", "version": "1.0.7", "icons": { "16": "assets\/[email protected]", "48": "assets\/[email protected]", "128": "assets\/[email protected]" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "geolocation", "https:\/\/hacker-news.firebaseio.com\/*", "https:\/\/api.designernews.co\/api\/v2\/*", "https:\/\/api.openweathermap.org\/data\/2.5\/weather*", "https:\/\/reddit.com\/*", "https:\/\/www.reddit.com\/*" ], "content_security_policy": "default-src 'none'; connect-src https:\/\/hacker-news.firebaseio.com https:\/\/api.designernews.co https:\/\/api.openweathermap.org https:\/\/www.reddit.com https:\/\/reddit.com; font-src https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; style-src 'unsafe-inline' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; script-src 'self'; worker-src 'self'" }