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, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "3.7.8", "author": "[email protected]", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "bookmarks", "contextMenus", "offscreen", "storage", "tabs", "unlimitedStorage" ], "host_permissions": [ "<all_urls>" ], "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/action-icon16.png", "24": "icons\/action-icon24.png", "32": "icons\/action-icon32.png" }, "default_title": "Add Site to Yet Another Speed Dial" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "59.0" } } }