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, "default_locale": "en", "name": "SwiftDial Launcher", "short_name": "Launcher", "description": "__MSG_extensionDescription__", "version": "1", "author": "nScript", "homepage_url": "https:\/\/nscript.ru\/swiftdial\/extras\/", "icons": { "16": "ast\/icon16.png", "24": "ast\/icon24.png", "32": "ast\/icon32.png", "48": "ast\/icon48.png", "128": "ast\/icon128.png" }, "minimum_chrome_version": "103.0", "background": { "service_worker": "scr\/bc.js" }, "action": { "default_icon": { "16": "ast\/icon16.png", "24": "ast\/icon24.png", "32": "ast\/icon32.png", "48": "ast\/icon48.png", "128": "ast\/icon128.png" }, "default_title": "SwiftDial Launcher", "default_popup": "pop.html" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }