└── examples.json /examples.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Basic", 4 | "actions": [ 5 | { 6 | "name": "Copy JWT (v1)", 7 | "premium": false, 8 | "colorHex": "#fc6c85", 9 | "url": "https://www.icloud.com/shortcuts/08719249523644e3a0604a89a31c6ed0" 10 | }, 11 | { 12 | "name": "Get Apps (v1)", 13 | "premium": false, 14 | "colorHex": "#fc6c85", 15 | "url": "https://www.icloud.com/shortcuts/d4bd26a6fc12498c89ff66482290d01d" 16 | }, 17 | { 18 | "name": "Get Sales Report (v1)", 19 | "premium": false, 20 | "colorHex": "#fc6c85", 21 | "url": "https://www.icloud.com/shortcuts/df4d99f14f0b426eb2da4db118b6e370" 22 | } 23 | ] 24 | }, 25 | { 26 | "name": "Premium", 27 | "actions": [ 28 | { 29 | "name": "List All Apps (v1)", 30 | "premium": true, 31 | "colorHex": "#fc6c85", 32 | "url": "https://www.icloud.com/shortcuts/aed5fcc374f34710b814bf8825d914f2" 33 | }, 34 | { 35 | "name": "Submit App For Review (v1)", 36 | "premium": true, 37 | "colorHex": "#fc6c85", 38 | "url": "https://www.icloud.com/shortcuts/4455f2a49b12474d9588b5fd6df98939" 39 | }, 40 | { 41 | "name": "Send TestFlight Invite (v1)", 42 | "premium": true, 43 | "colorHex": "#fc6c85", 44 | "url": "https://www.icloud.com/shortcuts/ed80f7a5676e4050bb93a043009ed267" 45 | }, 46 | { 47 | "name": "Get Beta Tester Count (v1)", 48 | "premium": true, 49 | "colorHex": "#fc6c85", 50 | "url": "https://www.icloud.com/shortcuts/b338b5a0a8f544d3bfdca13706d88df9" 51 | }, 52 | { 53 | "name": "Get Monthly Units (v2)", 54 | "premium": true, 55 | "colorHex": "#fc6c85", 56 | "url": "https://www.icloud.com/shortcuts/0db3e3675dee467ba0cbd82bacb348bd" 57 | }, 58 | ] 59 | }, 60 | { 61 | "name": "Premium with Charty", 62 | "actions": [ 63 | { 64 | "name": "Charty Monthly Units (v2)", 65 | "premium": true, 66 | "colorHex": "#fc6c85", 67 | "url": "https://www.icloud.com/shortcuts/6d10fc8ca8b942a1a28755cea5f991ef" 68 | }, 69 | { 70 | "name": "Charty Daily Units (v2)", 71 | "premium": true, 72 | "colorHex": "#fc6c85", 73 | "url": "https://www.icloud.com/shortcuts/b6d9abce4fac46a08b1eac63bcce2d51" 74 | } 75 | ] 76 | } 77 | ] 78 | --------------------------------------------------------------------------------