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": 3, "name": "BasketBoost", "version": "1.0.2", "description": "New tab Chrome extension that brings daily inspiration through iconic basketball quotes", "icons": { "16": "assets\/icons\/16px.png", "96": "assets\/icons\/96px.png", "128": "assets\/icons\/128px.png" }, "author": "MVSearch.net", "homepage_url": "https:\/\/www.basketboostab.com\/", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.basketboostab.com\/*" ], "chrome_url_overrides": { "newtab": "new-tab.html" }, "background": { "service_worker": "mainClass.js", "type": "module" } }