mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-07-22 20:36:48 +00:00
first commit
This commit is contained in:
25
public/manifest.json
Normal file
25
public/manifest.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Minimal Manifest",
|
||||
"version": "1.0.0",
|
||||
"icons": {
|
||||
"32": "qort.png"
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "background.js",
|
||||
"type": "module"
|
||||
},
|
||||
"action": {
|
||||
},
|
||||
"permissions": ["scripting", "storage", "system.display", "activeTab", "tabs", "notifications"
|
||||
],
|
||||
"externally_connectable": {
|
||||
"matches": ["<all_urls>", "*://localhost/*", "*://127.0.0.1/*"]
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"js": ["content-script.js"]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user