diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..bf0f7e7 Binary files /dev/null and b/favicon.png differ diff --git a/icon48.png b/icon48.png new file mode 100644 index 0000000..bf0f7e7 Binary files /dev/null and b/icon48.png differ diff --git a/icon96.png b/icon96.png new file mode 100644 index 0000000..bf0f7e7 Binary files /dev/null and b/icon96.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..61cda2a --- /dev/null +++ b/manifest.json @@ -0,0 +1,22 @@ +{ + "manifest_version": 3, + "name": "Viper Youtube DL", + "version": "1.1", + "description": "Die offizielle Chrome-Erweiterung von Viper Youtube DL", + "action": { + "default_popup": "popup.html" + }, + "permissions": [ + "tabs", + "storage", + "contextMenus" + ], + "options_ui": { + "page": "options.html" + }, + "author": "M_Viper", + "icons": { + "48": "icon48.png", + "96": "icon96.png" + } +} diff --git a/options.html b/options.html new file mode 100644 index 0000000..cadc426 --- /dev/null +++ b/options.html @@ -0,0 +1,43 @@ + + + + Viper Youtube DL + + + + + + + + + + +
+ +
+
+ + +
+

Einstellungen

+ +
+ +
+ +
+ + +
+
+ Einstellungen erfolgreich gespeichert! +
+
+
+ + + + \ No newline at end of file