Starting analysis...
https://fonts.googleapis.com/css2?family=Inter:wght@400 | http://www.w3.org/2000/svg | |
http://stuartk.com/jszip | https://raw.github.com/Stuk/jszip/main/LICENSE.markdown. | |
https://github.com/nodeca/pako/blob/main/LICENSE | https://stuk.github.io/jszip/documentation/howto/read_zip.html | |
https://addons.mozilla.org/en-US/firefox/addon/ | https://addons.mozilla.org/firefox/downloads/latest/ | |
https://foxified.org/installed | https://foxified.org/warning | |
https://www.google-analytics.com/mp/collect | https://github.com/uuidjs/uuid#getrandomvalues-not-supported | |
https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onMessage | https://vuejs.org/error-reference/#runtime- | |
http://www.w3.org/1998/Math/MathML | http://www.w3.org/1999/xlink | |
https://clients2.google.com/service/update2/crx | https://foxified.org | |
https://addons.mozilla.org/ | https://addons.cdn.mozilla.net/user-media/addons/ | |
https://foxified.org/ |
{ "name": "__MSG_extName__", "icons": { "16": "assets/img/icon-16px.png", "19": "assets/img/icon-19px.png", "38": "assets/img/icon-38px.png", "48": "assets/img/icon-48px.png", "128": "assets/img/icon-128px.png" }, "action": { "default_icon": "assets/img/icon-38px.png", "default_popup": "ff-popup.html" }, "author": "Foxified", "sandbox": { "pages": [ "ff-sandbox.html" ] }, "version": "2.1.1", "background": { "service_worker": "assets/js/ff-background.js" }, "options_ui": { "page": "ff-options.html", "open_in_tab": true }, "side_panel": { "default_path": "ff-sidepanel.html" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_extDescription__", "permissions": [ "alarms", "storage", "unlimitedStorage", "offscreen", "scripting", "sidePanel" ], "homepage_url": "https://foxified.org", "default_locale": "en", "content_scripts": [ { "js": [ "assets/js/ff-store.js" ], "run_at": "document_start", "matches": [ "https://addons.mozilla.org/*/firefox/addon/*" ] } ], "host_permissions": [ "https://addons.cdn.mozilla.net/user-media/addons/*" ], "manifest_version": 3, "optional_permissions": [ "tabs", "downloads" ], "externally_connectable": { "matches": [ "https://foxified.org/*" ] }, "minimum_chrome_version": "120", "optional_host_permissions": [ "http://*/*", "https://*/*" ] }