RollDice/manifest.json
Saw, Hansly Kendrich 02ce8b3e51 added manifests
- should be installable on Chromium for now
2022-09-14 12:34:00 +08:00

11 lines
168 B
JSON

{
"name": "RollDice",
"description": "Chinese dice game",
"version": "0.1",
"manifest_version": 3,
"app": {
"background": {
"scripts": ["chrome.js"]
}
}
}