Upload files to "/"

master
Count_Sprpr 2024-09-27 14:47:11 +00:00
parent aae0df0a80
commit e2c272ddbf
1 changed files with 18 additions and 0 deletions

18
manifest.json 100644
View File

@ -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"]
}
]
}