Have to update the manifest file for Mozilla to accept it.

Meep meep
master
Count_Sprpr 2024-09-28 12:27:56 +00:00
parent b1558dc5e3
commit 0fe92ccc1f
1 changed files with 18 additions and 18 deletions

View File

@ -1,18 +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"]
}
]
}
{
"manifest_version": 2,
"name": "MarseyHieroglyphics",
"version": "1.2.3",
"description": "Makes it easier to use the Marsey Alphabet",
"icons": {
"48": "icons/Mjau.png"
},
"content_scripts": [
{
"matches": ["*://*.rdrama.net/*"],
"js": ["project.js"]
}
]
}