Skip to content

Commit a1f2bf3

Browse files
committed
feat: add sample theme manifest
1 parent 3f8fd92 commit a1f2bf3

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

themes/sample/theme.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "Rock Sample Theme",
3+
"version": "0.1.0",
4+
"author": "Sayanth Rock",
5+
"targetBrands": ["OPPO", "OnePlus", "realme"],
6+
"targetAndroid": [15, 16, 17],
7+
"features": {
8+
"lockScreen": "placeholder",
9+
"homeScreen": "placeholder",
10+
"wallpapers": "placeholder",
11+
"icons": "placeholder",
12+
"sounds": "placeholder"
13+
},
14+
"notes": "Replace placeholders with your own licensed assets before sharing with customers."
15+
}

0 commit comments

Comments
 (0)