02ce8b3e51
- should be installable on Chromium for now
11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"name": "RollDice",
|
|
"description": "Chinese dice game",
|
|
"version": "0.1",
|
|
"manifest_version": 3,
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["chrome.js"]
|
|
}
|
|
}
|
|
}
|