Fixed userscript metadata

This commit is contained in:
FlamedDogo99 2024-06-01 22:07:10 -05:00 committed by GitHub
parent 0f87949b48
commit e5bf8c9c8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,20 +1,14 @@
// ==UserScript==
// @name Eagler Mobile
// @description Allows eaglercraft to run on mobile, adds touch controls, and fixes a few mobile-related crashes
//
// @author FlamedDogo99
// @namespace http://github.com/FlamedDogo99
// @downloadURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.user.js
//
// @license Apache License 2.0 - http://www.apache.org/licenses/
//
// @match https://eaglercraft.com/mc/*
//
// @version 2.1
// @version 2.2
// @updateURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.user.js
//
// @run-at document-start
// @unwrap
// ==/UserScript==