Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rztprog authored May 12, 2024
1 parent 45957b6 commit 9a9e866
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "0.1",
"default_locale": "en",
"author": "rztprog",

"browser_specific_settings": {
"gecko": {
"strict_min_version": "56.0a1"
}
},

"permissions": [
"activeTab",
"contextMenus",
"clipboardWrite",
"tabs",
"https://broll.gabin.app/"
],

"icons": {
"48": "icons/broll48.png",
"96": "icons/broll96.png"
},

"background": {
"scripts": [
"src/broll.js"
]
}
}

0 comments on commit 9a9e866

Please sign in to comment.