Add files via upload

This commit is contained in:
ErikrafT 2025-04-13 17:35:01 -03:00 committed by GitHub
parent 6575393ed8
commit 6399d3526f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 100 additions and 0 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -0,0 +1,23 @@
{
"manifest_version": 3,
"name": "ErikrafT Drop",
"version": "1.0",
"description": "Compartilhe arquivos com facilidade usando o ErikrafT Drop.",
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"permissions": [],
"host_permissions": [
"https://drop.erikraft.com/"
]
}

View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<title>ErikrafT Drop</title>
<style>
body {
margin: 0;
padding: 0;
width: 400px;
height: 600px;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="https://drop.erikraft.com/"></iframe>
</body>
</html>

View File

@ -0,0 +1 @@
// vazio por enquanto — mas pode usar para futuras melhorias

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -0,0 +1,29 @@
{
"manifest_version": 3,
"name": "ErikrafT Drop",
"version": "1.0",
"description": "Compartilhe arquivos com facilidade usando o ErikrafT Drop.",
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"permissions": [],
"host_permissions": [
"https://drop.erikraft.com/"
],
"browser_specific_settings": {
"gecko": {
"id": "erikraft43@gmail.com",
"strict_min_version": "109.0"
}
}
}

View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<title>ErikrafT Drop</title>
<style>
body {
margin: 0;
padding: 0;
width: 400px;
height: 600px;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="https://drop.erikraft.com/"></iframe>
</body>
</html>

View File

@ -0,0 +1 @@
// vazio por enquanto — mas pode usar para futuras melhorias