Spaces:
Build error
Build error
Create ScratchHighlightFullwidthNumber/_manifest_entry.js
Browse files
src/addons/addons/ScratchHighlightFullwidthNumber/_manifest_entry.js
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* generated by pull.js */
|
2 |
+
const manifest = {
|
3 |
+
"editorOnly": true,
|
4 |
+
"name": "全角数字をハイライト",
|
5 |
+
"description": "エラーの原因となる「0」から「9」の全角数字をハイライトして警告します。",
|
6 |
+
"credits": [
|
7 |
+
{
|
8 |
+
"name": "champierre",
|
9 |
+
"link": "https://github.com/champierre"
|
10 |
+
}
|
11 |
+
],
|
12 |
+
"userscripts": [
|
13 |
+
{
|
14 |
+
"url": "userscript.js"
|
15 |
+
}
|
16 |
+
],
|
17 |
+
"dynamicDisable": true,
|
18 |
+
"tags": [],
|
19 |
+
"enabledByDefault": true
|
20 |
+
};
|
21 |
+
export default manifest;
|