parent
b1558dc5e3
commit
0fe92ccc1f
|
@ -1,18 +1,18 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "MarseyHieroglyphics",
|
"name": "MarseyHieroglyphics",
|
||||||
"version": "1.2.2",
|
"version": "1.2.3",
|
||||||
|
|
||||||
"description": "Makes it easier to use the Marsey Alphabet",
|
"description": "Makes it easier to use the Marsey Alphabet",
|
||||||
|
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icons/Mjau.png"
|
"48": "icons/Mjau.png"
|
||||||
},
|
},
|
||||||
|
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["*://*.rdrama.net/*"],
|
"matches": ["*://*.rdrama.net/*"],
|
||||||
"js": ["project.js"]
|
"js": ["project.js"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue