From e2c272ddbf834d126cfe2b047e593376d333ef8c Mon Sep 17 00:00:00 2001 From: Count_Sprpr Date: Fri, 27 Sep 2024 14:47:11 +0000 Subject: [PATCH] Upload files to "/" --- manifest.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c86192e --- /dev/null +++ b/manifest.json @@ -0,0 +1,18 @@ +{ + "manifest_version": 2, + "name": "MarseyHieroglyphics", + "version": "1.2.2", + + "description": "Makes it easier to use the Marsey Alphabet", + + "icons": { + "48": "icons/Mjau.png" + }, + + "content_scripts": [ + { + "matches": ["*://*.rdrama.net/*"], + "js": ["project.js"] + } + ] +}