Starting analysis...
https://clients2.google.com/service/update2/crx | https://paulkr.com/ | |
https://paulkr.com | https://github.com/limonte/sweetalert2/wiki/Migration-from-SweetAlert-to-SweetAlert2#1-ie-support | |
https://limonte.github.io/sweetalert2/#ajax-request |
{ "name": "Font Picker", "icons": { "48": "icons/icon48.png", "128": "icons/icon128.png" }, "author": "Paul Krishnamurthy", "version": "1.0.5", "background": { "scripts": [ "js/background.js" ] }, "short_name": "FP", "update_url": "https://clients2.google.com/service/update2/crx", "description": "A simple helper to identify font details from any website", "permissions": [ "contextMenus", "http://*/*", "https://*/*", "activeTab" ], "homepage_url": "https://paulkr.com/", "browser_action": { "default_icon": "icons/icon128.png", "default_popup": "popup.html", "default_title": "Font Picker" }, "content_scripts": [ { "js": [ "js/jquery.min.js", "js/sweetalert.min.js", "js/content.js" ], "css": [ "styles/sweetalert.css", "styles/custom.css" ], "matches": [ "<all_urls>" ] } ], "manifest_version": 2, "web_accessible_resources": [ "logo.png", "background.png" ] }