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", "name": "Mooslem\u00b0 Startpage", "description": "Mooslem Start Page is a minimalist Chrome extension that helps you stay focused, energized, and connected to your faith.", "version": "3.6.0", "manifest_version": 3, "default_locale": "en", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_title": "__MSG_extensionName__", "default_popup": "popup.html" }, "icons": { "192": "\/assets\/favicon\/web-app-manifest-192x192.png", "512": "\/assets\/favicon\/web-app-manifest-512x512.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; font-src 'self'; style-src 'self' 'unsafe-inline';" }, "background": { "service_worker": "src\/service_worker.js" }, "permissions": [ "storage", "alarms", "notifications", "favicon", "offscreen" ], "web_accessible_resources": [ { "resources": [ "assets\/**" ], "matches": [ "<all_urls>" ], "extension_ids": [ "*" ] } ] }