Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "description": "smrtPhone.io Chrome Dialer", "version": "2.49", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "smrtPhone.io Chrome Dialer", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "storage", "tabs", "offscreen" ], "background": { "service_worker": "serviceWorker.bundle.js", "type": "module" }, "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "icon_48.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "smrtPhone.bundle.js", "callWidget.bundle.js", "messageModal.bundle.js", "contentScript.bundle.js" ], "css": [ "content.styles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "themes\/*", "https:\/\/fonts.gstatic.com\/s\/lato\/v17\/S6uyw4BMUTPHjx4wXg.woff2", "icon_16.png", "icon_48.png", "icon_128.png", "helpImagePng.png" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self';" } }