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", "name": "Widgetify", "description": "Transform your new tab into a smart dashboard with Widgetify! Get currency rates, crypto prices, weather & more.", "version": "1.0.1", "manifest_version": 3, "author": "https:\/\/github.com\/widgetify-app", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "search" ], "chrome_url_overrides": { "newtab": "src\/index.html" }, "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/raw.githubusercontent.com\/*", "https:\/\/api.github.com\/*", "https:\/\/api.widgetify.ir\/*", "https:\/\/www.google.com\/search*", "https:\/\/www.google-analytics.com\/collect*", "https:\/\/storage.c2.liara.space\/*" ], "options_ui": { "page": "src\/index.html", "open_in_tab": true }, "background": { "service_worker": "src\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline';" } }