master
Anton 2024-03-04 22:41:40 +01:00
parent f16bf3d351
commit 5bb07d2210
2 changed files with 1 additions and 4 deletions

View File

@ -6,9 +6,6 @@ module.exports = {
// TODO: "banglejs": false // TODO: "banglejs": false
}, },
"extends": "eslint:recommended", "extends": "eslint:recommended",
"plugins": [
],
"globals": { "globals": {
// Methods and Fields at https://banglejs.com/reference // Methods and Fields at https://banglejs.com/reference
"Array": "readonly", "Array": "readonly",

View File

@ -1,7 +1,7 @@
{ {
"id": "cards", "id": "cards",
"name": "Cards", "name": "Cards",
"version": "0.03", "version": "0.04",
"description": "Display loyalty cards", "description": "Display loyalty cards",
"icon": "app.png", "icon": "app.png",
"screenshots": [{"url":"screenshot_cards_overview.png"}, {"url":"screenshot_cards_card1.png"}, {"url":"screenshot_cards_card2.png"}, {"url":"screenshot_cards_barcode.png"}, {"url":"screenshot_cards_qrcode.png"}], "screenshots": [{"url":"screenshot_cards_overview.png"}, {"url":"screenshot_cards_card1.png"}, {"url":"screenshot_cards_card2.png"}, {"url":"screenshot_cards_barcode.png"}, {"url":"screenshot_cards_qrcode.png"}],