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": "Stargazer Wallet",
"version": "5.4.5",
"icons": {
"16": "assets\/icons\/favicon-16.png",
"32": "assets\/icons\/favicon-32.png",
"48": "assets\/icons\/favicon-48.png",
"128": "assets\/icons\/favicon-128.png"
},
"description": "Cross-chain compatible wallet for Constellation and Ethereum",
"homepage_url": "https:\/\/constellationnetwork.io\/",
"short_name": "stargazer-wallet-ext",
"permissions": [
"tabs",
"activeTab",
"storage",
"unlimitedStorage"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"author": "Stardust Collective",
"minimum_chrome_version": "88",
"action": {
"default_popup": "app.html",
"default_icon": {
"16": "\/assets\/icons\/favicon-16.png",
"32": "\/assets\/icons\/favicon-32.png",
"48": "\/assets\/icons\/favicon-48.png",
"128": "\/assets\/icons\/favicon-128.png"
},
"default_title": "Stargazer"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "js\/background.bundle.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/contentScript.bundle.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"js\/injectedScript.bundle.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}