Skip to content

Commit 783b507

Browse files
committed
Fix flag on profile and add show emoji names
1 parent aa38a7a commit 783b507

File tree

6 files changed

+284
-236
lines changed

6 files changed

+284
-236
lines changed

features/features.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": 2,
4+
"id": "show-emoji-names",
5+
"versionAdded": "v3.7.0"
6+
},
27
{
38
"version": 2,
49
"id": "more-block-themes",

features/flag-on-profile/flag.js

Lines changed: 0 additions & 236 deletions
This file was deleted.

features/profile-flag/data.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"title": "Flag on Profile",
3+
"description": "Adds flag emojis near selected locations on profile pages.",
4+
"credits": [
5+
{ "username": "MaterArc", "url": "https://scratch.mit.edu/users/MaterArc/" }
6+
],
7+
"type": ["Website"],
8+
"tags": ["New"],
9+
"dynamic": true,
10+
"scripts": [{ "file": "script.js", "runOn": "/users/*", "module": true }]
11+
}

0 commit comments

Comments
 (0)