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": "__MSG_appName__",
"short_name": "SafePal",
"version": "2.32.2",
"default_locale": "en",
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/sfp.png",
"19": "images\/sfp.png",
"32": "images\/sfp.png",
"38": "images\/sfp.png",
"48": "images\/sfp.png",
"64": "images\/sfp.png",
"128": "images\/sfp.png",
"512": "images\/sfp.png"
},
"action": {
"default_icon": {
"16": "images\/sfp.png",
"19": "images\/sfp.png",
"32": "images\/sfp.png",
"48": "images\/sfp.png",
"128": "images\/sfp.png"
},
"default_title": "SafePal Extension Wallet",
"default_popup": "popup.html"
},
"author": "https:",
"background": {
"service_worker": "backgroundV3.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"webextension-polyfill.js",
"content-script.js"
],
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"permissions": [
"storage",
"unlimitedStorage",
"notifications",
"tabs",
"cookies",
"scripting"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"inpage.js",
"aptosSDK.js",
"popup.html"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"host_permissions": [
"<all_urls>"
]
}