Fix typo in manifest.json
This commit is contained in:
parent
263d01dc41
commit
43551aa824
|
@ -51,7 +51,7 @@
|
||||||
"all_frames":true,
|
"all_frames":true,
|
||||||
"matches": ["http://*/*", "https://*/*", "<all_urls>"],
|
"matches": ["http://*/*", "https://*/*", "<all_urls>"],
|
||||||
"css": ["simple-translate.css"],
|
"css": ["simple-translate.css"],
|
||||||
"js": ["Settings.js", "Translate.js", "simple-translate.js"]
|
"js": ["Settings.js", "translate.js", "simple-translate.js"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue