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,
"name": "Sortd - Save to Wishlist",
"version": "1.2.5",
"description": "Save products from any website to your Sortd wishlists",
"permissions": [
"storage",
"activeTab",
"contextMenus",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' http:\/\/localhost:3000 https:\/\/*.getsortd.co https:\/\/*.getsortd.com https:\/\/*.sortdit.link https:\/\/live.sortdit.link https:\/\/*.braze.com https:\/\/*.braze.eu https:\/\/sdk.braze.com https:\/\/*.datadog.com https:\/\/*.datadoghq.com https:\/\/browser-intake-datadoghq.com https:\/\/bug-sure-moray.ngrok-free.app;"
},
"web_accessible_resources": [
{
"resources": [
"images\/*",
"fonts\/*",
"iframe.html",
"iframe.css",
"iframe.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/*.google.com\/*",
"*:\/\/*.google.co.uk\/*",
"*:\/\/*.google.ca\/*",
"*:\/\/*.google.com.au\/*",
"*:\/\/*.google.co.in\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/*.getsortd.co\/*",
"https:\/\/*.getsortd.com\/*",
"http:\/\/localhost:3000\/*"
],
"js": [
"inject.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
}