mirror of
https://github.com/JosunLP/UserScriptProjectTemplate.git
synced 2025-10-14 17:10:11 +00:00
feat: Implement mobile support with touch gestures and responsive design features
This commit is contained in:
parent
884aed648f
commit
ec933c3545
6 changed files with 842 additions and 60 deletions
10
package.json
10
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "userscript-project-template",
|
||||
"version": "1.0.0",
|
||||
"description": "A modern, production-ready template for building UserScripts using TypeScript and Vite. This template provides a solid foundation with best practices, type safety, and modern development tools for Tampermonkey and Greasemonkey scripts.",
|
||||
"description": "A modern, production-ready template for building UserScripts using TypeScript and Vite with mobile browser support, touch gestures, and responsive design for Tampermonkey and Greasemonkey scripts.",
|
||||
"main": "index.ts",
|
||||
"module": "node",
|
||||
"scripts": {
|
||||
|
@ -32,7 +32,13 @@
|
|||
"vite",
|
||||
"browser-automation",
|
||||
"web-enhancement",
|
||||
"browser-scripting"
|
||||
"browser-scripting",
|
||||
"mobile-support",
|
||||
"touch-gestures",
|
||||
"responsive-design",
|
||||
"mobile-browser",
|
||||
"kiwi-browser",
|
||||
"edge-mobile"
|
||||
],
|
||||
"author": "Jonas Pfalzgraf <info@josunlp.de>",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue