mirror of
https://github.com/JosunLP/BrowserExtensionTemplate.git
synced 2025-10-14 16:10:10 +00:00
basic structure
This commit is contained in:
parent
455c62a936
commit
977831157f
22 changed files with 1363 additions and 1 deletions
23
app.config.json
Normal file
23
app.config.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"AppData": {
|
||||
"id": "browser_extension_template",
|
||||
"name": "Browser Extension Template",
|
||||
"version": "0.0.1",
|
||||
"description": "A basic template based on SASS and TypeScript to create browser extensions without directly relying on a larger framework.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com:JosunLP/BrowserExtensionTemplate.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/JosunLP/BrowserExtensionTemplate",
|
||||
"bugs": {
|
||||
"url": "https://github.com/JosunLP/BrowserExtensionTemplate/issues"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jonas Pfalzgraf",
|
||||
"email": "info@josunlp.de"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue