Interface and basic functionality.
Just learning how to make a basic extension. Creating an interface and setting up some basic plumbing.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
"content_scripts": [{
|
||||
"js": [ "content.js" ],
|
||||
"matches": [ "*://example.com/*" ]
|
||||
"matches": [ "<all_urls>" ]
|
||||
}],
|
||||
|
||||
"action": {
|
||||
@@ -35,5 +35,12 @@
|
||||
}
|
||||
},
|
||||
|
||||
"permissions": [ ]
|
||||
"permissions": [ "storage" ],
|
||||
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": ["nostr.js"],
|
||||
"matches": ["<all_urls>"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user