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": "OreoWallet",
"description": "",
"version": "0.1.2",
"icons": {
"128": "logo.png"
},
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"clipboardWrite",
"tabs"
],
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-4939ab01.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"web_accessible_resources": [
{
"matches": [
"http:\/\/127.0.0.1\/*",
"http:\/\/localhost\/*",
"https:\/\/*\/*"
],
"resources": [
"injector.js"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/index.browser-c6e125cb.js",
"assets\/client-ea0863f1.js",
"assets\/index.ts-eb512b2c.js"
],
"use_dynamic_url": false
}
]
}