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, "version": "0.8.1", "name": "DevBytes: Developer's News & Coding Extension", "description": "DevBytes: Developer News, AI Coding Bot & Web Summarizer | A fully packed extension for Developers", "background": { "service_worker": "js\/background.js" }, "icons": { "16": "images\/db_logo\/16x16.png", "48": "images\/db_logo\/48x48.png", "128": "images\/db_logo\/128x128.png" }, "chrome_url_overrides": { "newtab": "home_v3.html" }, "permissions": [ "cookies", "tabs", "scripting", "storage" ], "optional_permissions": [ "bookmarks" ], "host_permissions": [ "https:\/\/devbytes.co.in\/*", "<all_urls>" ] }