fanforce-app-factory 2.0.0.rc18 → 2.0.0.rc19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e73df51eb850160211a41f20ba46a6ab9f4c038d
4
- data.tar.gz: dbc25ad3926d94314063dd9c25b45c59a393717a
3
+ metadata.gz: 2beed20d90586f791c24b947af4c4ce6a5d7b57f
4
+ data.tar.gz: fb0a346fe303278e934d93270d9388b9877eb8d7
5
5
  SHA512:
6
- metadata.gz: 0120807082f05388a4dd2dc324979d194e3fb48908042ab49c9f5088a101cf4188bcf25c97faaa63ef8d816cd7e7b8d48d7c944c9032356e605940ad31c1a9cd
7
- data.tar.gz: e8590e0ae0ffd9d5161c4ee66135a65c1d467d493ecfe135ec5f3acb6abec42560e9ec518500d6197f74b5ccd142db5fb54e339e06fa675b0595af2098ee3caa
6
+ metadata.gz: 8e89a8661c9e292dfc757f4178dd4ff3823700b70a7331430b49e02e8ddee77648113de63c7dd90a904e65b109aa4a5a529366b87d5c936b444b9b1e715efa27
7
+ data.tar.gz: 797b1fb3a86e95bc7cd5279033b58a5db23b2107ddd80a2d50eec9331dec2f63fa4191e5ce378f6173a70ed9c4b48c7336fe96069a7f71824aa1a246dd158053
@@ -57,7 +57,7 @@ class Fanforce::AppFactory::CLI::Bitbucket
57
57
  end
58
58
 
59
59
  `git remote add bitbucket git@bitbucket.org:#{config[:bitbucket][:user]}/#{repo_name}.git`
60
- `git branch -u bitbucket/master` if !`git rev-parse --abbrev-ref master@{upstream}`.include?('fatal')
60
+ `git branch -u bitbucket/master` if `git rev-parse --abbrev-ref master@{upstream}`.include?('fatal')
61
61
 
62
62
  puts "#{'Pushing '.format(:green,:bold)}" + "latest commit to #{config[:bitbucket][:user]}..."
63
63
  console_command('git push bitbucket --all')
@@ -10,7 +10,7 @@ class Fanforce::AppFactory::CLI::Scripts
10
10
 
11
11
  ######################################################################################################################
12
12
 
13
- def setup(type)
13
+ def setup(type=:all)
14
14
  app = Fanforce::CLI::App.new(Fanforce::CLI::DIR)
15
15
  type = type.to_s.downcase.to_sym
16
16
  error 'Unknown setup type', :setup if ![:all,:bundler,:pow,:git,:env,:uranium].include?(type)
@@ -14,7 +14,7 @@ class Fanforce::AppFactory::CLI::Scripts
14
14
  ########################################################################################################################
15
15
 
16
16
  Fanforce::CLI.register(self, :setup,
17
- ['all/TYPE', 'Setup bundle, pow, git, and env variables'],
17
+ ['*all/TYPE', 'Setup bundle, pow, git, and env variables'],
18
18
  ['bundler', 'Ensure bundler is installed then run bundle'],
19
19
  ['pow', 'Ensure pow domains are setup correctly'],
20
20
  ['git', 'Ensure git repository is initialized'],
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  class AppFactory
3
- VERSION = '2.0.0.rc18'
3
+ VERSION = '2.0.0.rc19'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanforce-app-factory
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc18
4
+ version: 2.0.0.rc19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Clark
@@ -304,7 +304,6 @@ files:
304
304
  - Gemfile
305
305
  - README.md
306
306
  - Rakefile
307
- - apps.json
308
307
  - fanforce-app-factory.gemspec
309
308
  - lib/fanforce/app_factory.rb
310
309
  - lib/fanforce/app_factory/Rakefile
@@ -458,7 +457,6 @@ files:
458
457
  - lib/fanforce/app_factory/sprockets/compiler.rb
459
458
  - lib/fanforce/app_factory/sprockets/hacks.rb
460
459
  - lib/fanforce/app_factory/version.rb
461
- - workers.json
462
460
  homepage: http://github.com/fanforce/gem-fanforce-app-factory
463
461
  licenses: []
464
462
  metadata: {}
data/apps.json DELETED
@@ -1,787 +0,0 @@
1
- [
2
- {
3
- "_id": "d3cc09e5-ac07-4527-8222-23f953617070",
4
- "_puid": "twitter",
5
- "name": "Twitter",
6
- "description": "Import Twitter followers, and send both both regular and direct tweets requesting engagement.",
7
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
8
- "config": {
9
- "public_urls": {
10
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
11
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
12
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
13
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
14
- },
15
- "staffer_ui_urls": {"config": null},
16
- "callback_urls": {
17
- "install": "http://{{APP_DOMAIN}}/install",
18
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
19
- }
20
- },
21
- "options": null,
22
- "environ": {
23
- "_id": "babfd8b1-5427-4ed9-abc3-a6bbe635c1b4",
24
- "status": "active",
25
- "permissions": "ALL",
26
- "type": "development",
27
- "domain": "{{APP_ID}}.ffapp.dev",
28
- "dns_host": "127.0.0.1"
29
- },
30
- "config_override": {},
31
- "coms": [
32
- {
33
- "_id": "921361ff-2896-44df-87e4-c62dde636e6e",
34
- "_shortid": "prospects",
35
- "type": "connector",
36
- "config": {
37
- "staffer_ui_urls": {
38
- "source_details": "http://{{APP_DOMAIN}}/prospects/source_details.html",
39
- "add_source": "http://{{APP_DOMAIN}}/prospects/add_source.html"
40
- },
41
- "staffer_js_urls": {"add_source": "http://{{APP_DOMAIN}}/assets/prospects/add_source.js"}
42
- },
43
- "options": null
44
- },
45
- {
46
- "_id": "34f5b145-7be2-43f1-98d2-37d89b6a7366",
47
- "_shortid": "js-finder",
48
- "type": "js_finder",
49
- "config": {"javascript_urls": {"finder": "http://{{APP_DOMAIN}}/assets/fanforce-finder.js"}},
50
- "options": null
51
- },
52
- {
53
- "_id": "1cc06dc0-586f-4434-b16f-bc8d34627264",
54
- "_shortid": "direct-message",
55
- "type": "broadcaster",
56
- "config": {
57
- "new_button_label": "Direct Twitter Messages",
58
- "targeting_capabilities": [
59
- "list",
60
- "single"
61
- ],
62
- "targeting_criteria": {"plugin_ids": "twitter-followers"},
63
- "staffer_ui_urls": {"new_message": "http://{{APP_DOMAIN}}/direct-message/new_message.html"}
64
- },
65
- "options": null
66
- },
67
- {
68
- "_id": "245e80dc-4476-463e-b7b0-eab56b626876",
69
- "_shortid": "follow",
70
- "type": "behavior",
71
- "config": {
72
- "add_button_label": "Follow a Twitter Account",
73
- "verbs": {
74
- "simple": "follow",
75
- "progressive": "following",
76
- "perfect": "followed"
77
- },
78
- "nouns": {"common": "twitter"},
79
- "default_step_count": 1,
80
- "impact_formula": [
81
- {
82
- "calculate_when": "progress_1",
83
- "add_time": "1s"
84
- }
85
- ],
86
- "staffer_ui_urls": {
87
- "add_initiative": "http://{{APP_DOMAIN}}/follow/add_initiative.html",
88
- "edit_initiative": null,
89
- "convert_initiative": "http://{{APP_DOMAIN}}/follow/convert_initiative.html"
90
- },
91
- "callback_urls": {
92
- "autocreate_initiative": "http://{{APP_DOMAIN}}/follow/autocreate_initiative",
93
- "destroy_initiative": null,
94
- "archive_initiative": null
95
- }
96
- },
97
- "options": null
98
- },
99
- {
100
- "_id": "907c7e9c-c81b-4d23-b72f-0bd563626876",
101
- "_shortid": "tweet",
102
- "type": "behavior",
103
- "config": {
104
- "add_button_label": "Tweet a Message",
105
- "verbs": {
106
- "simple": "tweet",
107
- "progressive": "tweeting",
108
- "perfect": "tweeted"
109
- },
110
- "nouns": {"common": "twitter"},
111
- "default_step_count": 1,
112
- "impact_formula": [
113
- {
114
- "calculate_when": "progress_1",
115
- "add_time": "10s"
116
- }
117
- ],
118
- "staffer_ui_urls": {
119
- "add_initiative": "http://{{APP_DOMAIN}}/tweet/add_initiative.html",
120
- "edit_initiative": null,
121
- "convert_initiative": "http://{{APP_DOMAIN}}/tweet/convert_initiative.html"
122
- },
123
- "callback_urls": {
124
- "autocreate_initiative": "http://{{APP_DOMAIN}}/tweet/autocreate_initiative",
125
- "destroy_initiative": null,
126
- "archive_initiative": null
127
- }
128
- },
129
- "options": null
130
- },
131
- {
132
- "_id": "f96f968d-807d-4586-a39b-3705ab627264",
133
- "_shortid": "standard-message",
134
- "type": "broadcaster",
135
- "config": {
136
- "new_button_label": "Tweet",
137
- "targeting_capabilities": [],
138
- "staffer_ui_urls": {"new_message": "http://{{APP_DOMAIN}}/standard-message/new_message.html"}
139
- },
140
- "options": null
141
- },
142
- {
143
- "_id": "e979c7a7-7938-4bfd-946d-9185d3636e6e",
144
- "_shortid": "followers",
145
- "type": "connector",
146
- "config": {
147
- "add_button_label": "Twitter Followers",
148
- "staffer_ui_urls": {
149
- "source_details": "http://{{APP_DOMAIN}}/followers/source_details.html",
150
- "add_source": "http://{{APP_DOMAIN}}/followers/add_source.html"
151
- },
152
- "staffer_js_urls": {"add_source": "http://{{APP_DOMAIN}}/assets/followers/add_source.js"}
153
- },
154
- "options": null
155
- },
156
- {
157
- "_id": "adc8c4bc-5a57-4791-b93c-16c40c626876",
158
- "_shortid": "retweet",
159
- "type": "behavior",
160
- "config": {
161
- "add_button_label": "Retweet a Message",
162
- "verbs": {
163
- "simple": "retweet",
164
- "progressive": "retweeting",
165
- "perfect": "retweeted"
166
- },
167
- "nouns": {"common": "twitter"},
168
- "default_step_count": 1,
169
- "impact_formula": [
170
- {
171
- "calculate_when": "progress_1",
172
- "add_time": "2s"
173
- }
174
- ],
175
- "staffer_ui_urls": {
176
- "add_initiative": "http://{{APP_DOMAIN}}/retweet/add_initiative.html",
177
- "edit_initiative": null,
178
- "convert_initiative": "http://{{APP_DOMAIN}}/retweet/convert_initiative.html"
179
- },
180
- "callback_urls": {
181
- "autocreate_initiative": "http://{{APP_DOMAIN}}/retweet/autocreate_initiative",
182
- "destroy_initiative": null,
183
- "archive_initiative": null
184
- }
185
- },
186
- "options": null
187
- },
188
- {
189
- "_id": "2163f0a5-ddf2-461c-b51a-ff72f86a7374",
190
- "_shortid": "js-tracker",
191
- "type": "js_tracker",
192
- "config": {"javascript_urls": {"tracker": "http://{{APP_DOMAIN}}/assets/fanforce-tracker.js"}},
193
- "options": "{}"
194
- }
195
- ]
196
- },
197
- {
198
- "_id": "cd95dc1e-d7e6-4bc7-a51b-449f5b617070",
199
- "_puid": "crowdfunder",
200
- "name": "Crowdfunder",
201
- "description": "Donation app designed for crowd funding campaigns.",
202
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
203
- "config": {
204
- "public_urls": {
205
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
206
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
207
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
208
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
209
- },
210
- "staffer_ui_urls": {"config": null},
211
- "callback_urls": {
212
- "install": "http://{{APP_DOMAIN}}/install",
213
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
214
- }
215
- },
216
- "options": null,
217
- "environ": {
218
- "_id": "70ea2412-0044-450e-bc79-f1364b61ad0a",
219
- "status": "active",
220
- "permissions": "ALL",
221
- "type": "development",
222
- "domain": "{{APP_ID}}.ffapp.dev",
223
- "dns_host": "127.0.0.1"
224
- },
225
- "config_override": {},
226
- "coms": [
227
- {
228
- "_id": "a31e76b2-1e1b-4fdc-a951-7d2729626876",
229
- "_shortid": "donate",
230
- "type": "behavior",
231
- "config": {
232
- "category_id": "donate",
233
- "add_button_label": "Crowdfund",
234
- "nouns": {"common": "money"},
235
- "verbs": {
236
- "simple": "donate",
237
- "progressive": "donating",
238
- "perfect": "donated"
239
- },
240
- "default_step_count": 1,
241
- "impact_formula": [
242
- {
243
- "calculate_when": "progress_completes",
244
- "add_time": "1m"
245
- },
246
- {
247
- "calculate_when": "progress_completes",
248
- "add_money_from_action_field": "donation_amount"
249
- }
250
- ],
251
- "staffer_ui_urls": {
252
- "add_initiative": "http://{{APP_DOMAIN}}/donate/add_initiative.html",
253
- "edit_initiative": null,
254
- "convert_initiative": "http://{{APP_DOMAIN}}/donate/convert_initiative.html"
255
- },
256
- "callback_urls": {
257
- "autocreate_initiative": "http://{{APP_DOMAIN}}/donate/autocreate_initiative",
258
- "destroy_initiative": null,
259
- "archive_initiative": null
260
- }
261
- },
262
- "options": null
263
- },
264
- {
265
- "_id": "f583ce07-dd01-41be-af94-3f774a636e6e",
266
- "_shortid": "donors",
267
- "type": "connector",
268
- "config": {
269
- "staffer_ui_urls": {
270
- "source_details": "http://{{APP_DOMAIN}}/donors/source_details.html",
271
- "add_source": "http://{{APP_DOMAIN}}/donors/add_source.html"
272
- },
273
- "staffer_js_urls": {"add_source": "http://{{APP_DOMAIN}}/assets/donors/add_source.js"}
274
- },
275
- "options": null
276
- },
277
- {
278
- "_id": "2cfc9070-63a2-4b87-a307-68c4e76a7377",
279
- "_shortid": "donate-form",
280
- "type": "js_widget",
281
- "config": {"template_urls": {"widget": "http://{{APP_DOMAIN}}/widget_templates"}},
282
- "options": null
283
- },
284
- {
285
- "_id": "3062e132-7881-4156-9640-3333d06a7377",
286
- "_shortid": "stats",
287
- "type": "js_widget",
288
- "config": {"template_urls": {"widget": "http://{{APP_DOMAIN}}/widget_templates"}},
289
- "options": null
290
- },
291
- {
292
- "_id": "3199e59d-b81c-4440-ad96-45b2bb6a7377",
293
- "_shortid": "recent-supporters-list",
294
- "type": "js_widget",
295
- "config": {"template_urls": {"widget": "http://{{APP_DOMAIN}}/widget_templates"}},
296
- "options": null
297
- },
298
- {
299
- "_id": "0ee7efb8-7564-42ea-82ed-b1b6236a7377",
300
- "_shortid": "top-influencers-list",
301
- "type": "js_widget",
302
- "config": {"template_urls": {"widget": "http://{{APP_DOMAIN}}/widget_templates"}},
303
- "options": null
304
- },
305
- {
306
- "_id": "31b14419-cde2-4e8f-867c-f12a7e6a7377",
307
- "_shortid": "founding-donors-list",
308
- "type": "js_widget",
309
- "config": {"template_urls": {"widget": "http://{{APP_DOMAIN}}/widget_templates"}},
310
- "options": null
311
- },
312
- {
313
- "_id": "5a0c4f64-7001-4a0c-ba85-d8cd586a7374",
314
- "_shortid": "js-tracker",
315
- "type": "js_tracker",
316
- "config": {"javascript_urls": {"tracker": "http://{{APP_DOMAIN}}/assets/fanforce-tracker.js"}},
317
- "options": "{}"
318
- }
319
- ]
320
- },
321
- {
322
- "_id": "06cf0e84-9ea0-45c7-9d3b-ff3897617070",
323
- "_puid": "social-currency",
324
- "name": "Social Currency",
325
- "description": "Accept social currency (tweet to twitter, post to facebook, etc) as an alternative to U.S. currency.",
326
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
327
- "config": {
328
- "public_urls": {
329
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
330
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
331
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
332
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
333
- },
334
- "staffer_ui_urls": {"config": "http://{{APP_DOMAIN}}/config.html"},
335
- "callback_urls": {
336
- "install": "http://{{APP_DOMAIN}}/install",
337
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
338
- }
339
- },
340
- "options": "{\"has_config_page\":true}",
341
- "environ": {
342
- "_id": "a92295cc-57c1-467c-9b93-60f0e3215960",
343
- "status": "active",
344
- "permissions": "ALL",
345
- "type": "development",
346
- "domain": "{{APP_ID}}.ffapp.dev",
347
- "dns_host": "127.0.0.1"
348
- },
349
- "config_override": {},
350
- "coms": [
351
- {
352
- "_id": "9bf40650-e8ba-4f09-8a9d-85de94626876",
353
- "_shortid": "redeem",
354
- "type": "behavior",
355
- "config": {
356
- "add_button_label": "Redeem Social Currency",
357
- "verbs": {
358
- "simple": "redeem",
359
- "progressive": "redeeming",
360
- "perfect": "redeemed"
361
- },
362
- "nouns": {"common": "tweet"},
363
- "default_step_count": 4,
364
- "impact_formula": [
365
- {
366
- "calculate_when": "progress_advances",
367
- "add_time": "10s"
368
- }
369
- ],
370
- "staffer_ui_urls": {
371
- "add_initiative": "http://{{APP_DOMAIN}}/redeem/add_initiative.html",
372
- "edit_initiative": "http://{{APP_DOMAIN}}/redeem/edit_initiative.html",
373
- "convert_initiative": "http://{{APP_DOMAIN}}/redeem/convert_initiative.html"
374
- },
375
- "callback_urls": {
376
- "autocreate_initiative": "http://{{APP_DOMAIN}}/redeem/autocreate_initiative",
377
- "destroy_initiative": null,
378
- "archive_initiative": null
379
- }
380
- },
381
- "options": "{\"allow_edit_initiative\":true,\"allow_add_initiative\":true}"
382
- },
383
- {
384
- "_id": "9d4e0a2a-0888-4360-a3ce-8617d46a7374",
385
- "_shortid": "js-tracker",
386
- "type": "js_tracker",
387
- "config": {"javascript_urls": {"tracker": "http://{{APP_DOMAIN}}/assets/fanforce-tracker.js"}},
388
- "options": "{}"
389
- },
390
- {
391
- "_id": "58021466-7e0b-4ca0-a7cb-1aa4756a7377",
392
- "_shortid": "@",
393
- "type": "js_widget",
394
- "config": {"template_urls": {"widget": "http://{{APP_DOMAIN}}/widget_templates"}},
395
- "options": "{}"
396
- },
397
- {
398
- "_id": "9fa8e3f7-f305-4a2b-9045-e8ba83636e6e",
399
- "_shortid": "user-input",
400
- "type": "connector",
401
- "config": {
402
- "staffer_ui_urls": {
403
- "source_details": "http://{{APP_DOMAIN}}/user-input/source_details.html",
404
- "add_source": "http://{{APP_DOMAIN}}/user-input/add_source.html"
405
- },
406
- "staffer_js_urls": {"add_source": "http://{{APP_DOMAIN}}/assets/user-input/add_source.js"}
407
- },
408
- "options": "{}"
409
- }
410
- ]
411
- },
412
- {
413
- "_id": "2f82b8fe-6a47-493a-bae2-be693a617070",
414
- "_puid": "mailchimp",
415
- "name": "MailChimp",
416
- "description": "Sync your MailChimp lists, send requests through your campaigns, and track everything subscribers are doing.",
417
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
418
- "config": {
419
- "public_urls": {
420
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
421
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
422
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
423
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
424
- },
425
- "staffer_ui_urls": {"config": null},
426
- "callback_urls": {
427
- "install": "http://{{APP_DOMAIN}}/install",
428
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
429
- }
430
- },
431
- "options": null,
432
- "environ": {
433
- "_id": "444fcc55-8026-45aa-83f8-195f6a0817e4",
434
- "status": "active",
435
- "permissions": "ALL",
436
- "type": "development",
437
- "domain": "{{APP_ID}}.ffapp.dev",
438
- "dns_host": "127.0.0.1"
439
- },
440
- "config_override": {},
441
- "coms": [
442
- {
443
- "_id": "7292991c-b689-42cf-92d6-a1619e69646e",
444
- "_shortid": "campaign-links",
445
- "type": "identifier",
446
- "config": {},
447
- "options": null
448
- },
449
- {
450
- "_id": "161b91f0-28ff-4e24-a824-ef9e0c636e6e",
451
- "_shortid": "subscribers",
452
- "type": "connector",
453
- "config": {
454
- "add_button_label": "MailChimp Subscribers",
455
- "staffer_ui_urls": {
456
- "source_details": "http://{{APP_DOMAIN}}/subscribers/source_details.html",
457
- "add_source": "http://{{APP_DOMAIN}}/subscribers/add_source.html"
458
- },
459
- "staffer_js_urls": {"add_source": "http://{{APP_DOMAIN}}/assets/subscribers/add_source.js"}
460
- },
461
- "options": null
462
- },
463
- {
464
- "_id": "fe293cd3-0077-4325-b764-2f03ce627264",
465
- "_shortid": "campaigns",
466
- "type": "broadcaster",
467
- "config": {
468
- "new_button_label": "MailChimp Campaign",
469
- "iframe_label": "SmartLinks for MailChimp Campaigns",
470
- "targeting_capabilities": ["list"],
471
- "targeting_criteria": {"plugin_ids": "mailchimp-subscribers"},
472
- "staffer_ui_urls": {"new_message": "http://{{APP_DOMAIN}}/campaigns/new_message.html"}
473
- },
474
- "options": null
475
- }
476
- ]
477
- },
478
- {
479
- "_id": "d4e65b16-67cf-4237-a2da-fcd93b617070",
480
- "_puid": "simple-auth",
481
- "name": "Simple Auth",
482
- "description": "Simple login/logout functionality for a website.",
483
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
484
- "config": {
485
- "public_urls": {
486
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
487
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
488
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
489
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
490
- },
491
- "staffer_ui_urls": {"config": null},
492
- "callback_urls": {
493
- "install": "http://{{APP_DOMAIN}}/install",
494
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
495
- }
496
- },
497
- "options": null,
498
- "environ": {
499
- "_id": "ca5a4471-0d53-4666-91e7-a34d43e371c7",
500
- "status": "active",
501
- "permissions": "ALL",
502
- "type": "development",
503
- "domain": "{{APP_ID}}.ffapp.dev",
504
- "dns_host": "127.0.0.1"
505
- },
506
- "config_override": {},
507
- "coms": [
508
- {
509
- "_id": "3458bfc5-e631-45f5-8973-ebe36f636e6e",
510
- "_shortid": "accounts",
511
- "type": "connector",
512
- "config": {
513
- "staffer_ui_urls": {
514
- "source_details": "http://{{APP_DOMAIN}}/accounts/source_details.html",
515
- "add_source": "http://{{APP_DOMAIN}}/accounts/add_source.html"
516
- },
517
- "staffer_js_urls": {"add_source": "http://{{APP_DOMAIN}}/assets/accounts/add_source.js"}
518
- },
519
- "options": null
520
- },
521
- {
522
- "_id": "2c1f8c96-a0be-471f-a93d-d3a2a46a7377",
523
- "_shortid": "login",
524
- "type": "js_widget",
525
- "config": {"template_urls": {"widget": "http://{{APP_DOMAIN}}/widget_templates"}},
526
- "options": null
527
- },
528
- {
529
- "_id": "986b164a-ea02-40d0-8cda-bf8ea86a7377",
530
- "_shortid": "register",
531
- "type": "js_widget",
532
- "config": {"template_urls": {"widget": "http://{{APP_DOMAIN}}/widget_templates"}},
533
- "options": null
534
- },
535
- {
536
- "_id": "f39b0db1-38b9-47f9-b67e-31d2d76a7377",
537
- "_shortid": "lost-password",
538
- "type": "js_widget",
539
- "config": {"template_urls": {"widget": "http://{{APP_DOMAIN}}/widget_templates"}},
540
- "options": null
541
- },
542
- {
543
- "_id": "c8cd9e08-94cd-48b1-9e77-0c78296a7377",
544
- "_shortid": "reset-password",
545
- "type": "js_widget",
546
- "config": {"template_urls": {"widget": "http://{{APP_DOMAIN}}/widget_templates"}},
547
- "options": null
548
- },
549
- {
550
- "_id": "1c1b4f09-5987-4eb3-aef0-6778216a7374",
551
- "_shortid": "js-tracker",
552
- "type": "js_tracker",
553
- "config": {"javascript_urls": {"tracker": "http://{{APP_DOMAIN}}/assets/fanforce-tracker.js"}},
554
- "options": "{}"
555
- }
556
- ]
557
- },
558
- {
559
- "_id": "de6f3789-3187-4601-b0c5-83a92f617070",
560
- "_puid": "vimeo",
561
- "name": "Vimeo",
562
- "description": "Get your fans to watch your Vimeo videos and track their progress.",
563
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
564
- "config": {
565
- "public_urls": {
566
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
567
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
568
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
569
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
570
- },
571
- "staffer_ui_urls": {"config": null},
572
- "callback_urls": {
573
- "install": "http://{{APP_DOMAIN}}/install",
574
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
575
- }
576
- },
577
- "options": null,
578
- "environ": {
579
- "_id": "a0940b4e-956a-42ee-9358-12fa92b6db15",
580
- "status": "active",
581
- "permissions": "ALL",
582
- "type": "development",
583
- "domain": "{{APP_ID}}.ffapp.dev",
584
- "dns_host": "127.0.0.1"
585
- },
586
- "config_override": {},
587
- "coms": [
588
- {
589
- "_id": "8d8622fe-6b0f-42e4-a5b6-0c62cc6a7366",
590
- "_shortid": "js-finder",
591
- "type": "js_finder",
592
- "config": {"javascript_urls": {"finder": "http://{{APP_DOMAIN}}/assets/fanforce-finder.js"}},
593
- "options": null
594
- },
595
- {
596
- "_id": "18f0abca-c183-4b14-a688-4c8e4a6a7377",
597
- "_shortid": "player",
598
- "type": "js_widget",
599
- "config": {"template_urls": {"widget": "http://{{APP_DOMAIN}}/widget_templates"}},
600
- "options": null
601
- },
602
- {
603
- "_id": "cb5045fc-578c-45d0-98ca-118dc36a7374",
604
- "_shortid": "js-tracker",
605
- "type": "js_tracker",
606
- "config": {"javascript_urls": {"tracker": "http://{{APP_DOMAIN}}/assets/fanforce-tracker.js"}},
607
- "options": "{}"
608
- },
609
- {
610
- "_id": "dfe6b7a1-f7f7-4520-bb21-f699e3626876",
611
- "_shortid": "watch",
612
- "type": "behavior",
613
- "config": {
614
- "add_button_label": "Watch Vimeo",
615
- "category_id": "watch-video",
616
- "nouns": {"common": "video"},
617
- "verbs": {
618
- "simple": "watch",
619
- "progressive": "watching",
620
- "perfect": "watched"
621
- },
622
- "default_step_count": 100,
623
- "impact_formula": [
624
- {
625
- "calculate_when": "progress_starts",
626
- "add_bonusmarks": "1"
627
- },
628
- {
629
- "calculate_when": "progress_advances",
630
- "add_time_from_initiative_field": "seconds_per_progress_step",
631
- "default_unit_of_time": "seconds"
632
- }
633
- ],
634
- "staffer_ui_urls": {
635
- "add_initiative": "http://{{APP_DOMAIN}}/watch/add_initiative.html",
636
- "edit_initiative": null,
637
- "convert_initiative": "http://{{APP_DOMAIN}}/watch/convert_initiative.html"
638
- },
639
- "callback_urls": {
640
- "autocreate_initiative": "http://{{APP_DOMAIN}}/watch/autocreate_initiative",
641
- "destroy_initiative": null,
642
- "archive_initiative": null
643
- }
644
- },
645
- "options": null
646
- }
647
- ]
648
- },
649
- {
650
- "_id": "d470c10b-d4e3-42ba-8267-b327b9617070",
651
- "_puid": "personal-emailer",
652
- "name": "Personal Emailer",
653
- "description": "Send personal Action Request emails to anyone in your Fanforce who has an email address.",
654
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
655
- "config": {
656
- "public_urls": {
657
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
658
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
659
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
660
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
661
- },
662
- "staffer_ui_urls": {"config": null},
663
- "callback_urls": {
664
- "install": "http://{{APP_DOMAIN}}/install",
665
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
666
- }
667
- },
668
- "options": null,
669
- "environ": {
670
- "_id": "c66b193c-c372-4da3-a775-014e403ee05d",
671
- "status": "active",
672
- "permissions": "ALL",
673
- "type": "development",
674
- "domain": "{{APP_ID}}.ffapp.dev",
675
- "dns_host": "127.0.0.1"
676
- },
677
- "config_override": {},
678
- "coms": [
679
- {
680
- "_id": "e5d4d1be-c0bf-4424-aa3a-71e7bb627264",
681
- "_shortid": "launcher",
682
- "type": "broadcaster",
683
- "config": {
684
- "new_button_label": "My Personal Emailer",
685
- "targeting_capabilities": [
686
- "list",
687
- "single"
688
- ],
689
- "targeting_criteria": {"communication_channels": "email"},
690
- "staffer_ui_urls": {"new_message": "http://{{APP_DOMAIN}}/launcher/new_message.html"}
691
- },
692
- "options": null
693
- }
694
- ]
695
- },
696
- {
697
- "_id": "dc915204-9048-42a1-905a-3e6585617070",
698
- "_puid": "youtube",
699
- "name": "YouTube",
700
- "description": "Get your fans to watch your YouTube videos and track their progress.",
701
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
702
- "config": {
703
- "public_urls": {
704
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
705
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
706
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
707
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
708
- },
709
- "staffer_ui_urls": {"config": null},
710
- "callback_urls": {
711
- "install": "http://{{APP_DOMAIN}}/install",
712
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
713
- }
714
- },
715
- "options": null,
716
- "environ": {
717
- "_id": "bd3b6b1b-6649-4d29-9f6c-ab9a9f8f8631",
718
- "status": "active",
719
- "permissions": "ALL",
720
- "type": "development",
721
- "domain": "{{APP_ID}}.ffapp.dev",
722
- "dns_host": "127.0.0.1"
723
- },
724
- "config_override": {},
725
- "coms": [
726
- {
727
- "_id": "3756ecc4-490f-439e-b783-e72fbc6a7366",
728
- "_shortid": "js-finder",
729
- "type": "js_finder",
730
- "config": {"javascript_urls": {"finder": "http://{{APP_DOMAIN}}/assets/fanforce-finder.js"}},
731
- "options": null
732
- },
733
- {
734
- "_id": "56d39b36-cd82-478d-a0ac-76af406a7377",
735
- "_shortid": "player",
736
- "type": "js_widget",
737
- "config": {"template_urls": {"widget": "http://{{APP_DOMAIN}}/widget_templates"}},
738
- "options": null
739
- },
740
- {
741
- "_id": "67bb9342-2d81-4421-885b-6b8c4f626876",
742
- "_shortid": "watch",
743
- "type": "behavior",
744
- "config": {
745
- "add_button_label": "Watch YouTube",
746
- "category_id": "watch-video",
747
- "verbs": {
748
- "simple": "watch",
749
- "progressive": "watching",
750
- "perfect": "watched"
751
- },
752
- "nouns": {"common": "video"},
753
- "default_step_count": 100,
754
- "impact_formula": [
755
- {
756
- "calculate_when": "progress_starts",
757
- "add_bonusmarks": "1"
758
- },
759
- {
760
- "calculate_when": "progress_advances",
761
- "add_time_from_initiative_field": "seconds_per_progress_step",
762
- "default_unit_of_time": "seconds"
763
- }
764
- ],
765
- "staffer_ui_urls": {
766
- "add_initiative": "http://{{APP_DOMAIN}}/watch/add_initiative.html",
767
- "edit_initiative": null,
768
- "convert_initiative": "http://{{APP_DOMAIN}}/watch/convert_initiative.html"
769
- },
770
- "callback_urls": {
771
- "autocreate_initiative": "http://{{APP_DOMAIN}}/watch/autocreate_initiative",
772
- "destroy_initiative": null,
773
- "archive_initiative": null
774
- }
775
- },
776
- "options": null
777
- },
778
- {
779
- "_id": "febbaecd-4b19-4b87-b1f9-a220556a7374",
780
- "_shortid": "js-tracker",
781
- "type": "js_tracker",
782
- "config": {"javascript_urls": {"tracker": "http://{{APP_DOMAIN}}/assets/fanforce-tracker.js"}},
783
- "options": "{}"
784
- }
785
- ]
786
- }
787
- ]
data/workers.json DELETED
@@ -1,323 +0,0 @@
1
- [
2
- {
3
- "_id": "d3cc09e5-ac07-4527-8222-23f953617070",
4
- "_puid": "twitter",
5
- "name": "Twitter",
6
- "description": "Import Twitter followers, and send both both regular and direct tweets requesting engagement.",
7
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
8
- "config": {
9
- "public_urls": {
10
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
11
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
12
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
13
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
14
- },
15
- "staffer_ui_urls": {"config": null},
16
- "callback_urls": {
17
- "install": "http://{{APP_DOMAIN}}/install",
18
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
19
- }
20
- },
21
- "options": null,
22
- "environ": {
23
- "_id": "babfd8b1-5427-4ed9-abc3-a6bbe635c1b4",
24
- "status": "active",
25
- "permissions": "ALL",
26
- "type": "development",
27
- "domain": "{{APP_ID}}.ffapp.dev",
28
- "dns_host": "127.0.0.1"
29
- },
30
- "config_override": {},
31
- "environ_workers": [
32
- {
33
- "app_environ_id": "babfd8b1-5427-4ed9-abc3-a6bbe635c1b4",
34
- "organization_iron_account_id": "2799b65b-e623-4e66-833e-815d13eccce0",
35
- "_id": "5d6ec7ef-993c-4086-9d6b-eb6399e70425",
36
- "iron_queue_id": "{{APP_ID}}-autocreate-initiative",
37
- "jobs_per_worker": 1,
38
- "max_workers": 1,
39
- "created_at": "2014-09-05T11:21:09.286-04:00",
40
- "updated_at": "2014-09-05T11:21:09.286-04:00"
41
- },
42
- {
43
- "app_environ_id": "babfd8b1-5427-4ed9-abc3-a6bbe635c1b4",
44
- "organization_iron_account_id": "2799b65b-e623-4e66-833e-815d13eccce0",
45
- "_id": "f95bdca3-8785-4d41-a2ca-6f2d89815a84",
46
- "iron_queue_id": "{{APP_ID}}-follow",
47
- "jobs_per_worker": 1,
48
- "max_workers": 1,
49
- "created_at": "2014-09-05T11:21:09.288-04:00",
50
- "updated_at": "2014-09-05T11:21:09.288-04:00"
51
- },
52
- {
53
- "app_environ_id": "babfd8b1-5427-4ed9-abc3-a6bbe635c1b4",
54
- "organization_iron_account_id": "2799b65b-e623-4e66-833e-815d13eccce0",
55
- "_id": "5343ea10-3bfb-425e-9d1d-95356522e1ec",
56
- "iron_queue_id": "{{APP_ID}}-retweet",
57
- "jobs_per_worker": 1,
58
- "max_workers": 1,
59
- "created_at": "2014-09-05T11:21:09.290-04:00",
60
- "updated_at": "2014-09-05T11:21:09.290-04:00"
61
- },
62
- {
63
- "app_environ_id": "babfd8b1-5427-4ed9-abc3-a6bbe635c1b4",
64
- "organization_iron_account_id": "2799b65b-e623-4e66-833e-815d13eccce0",
65
- "_id": "1642c83a-c083-413d-9a62-b321336b65ab",
66
- "iron_queue_id": "{{APP_ID}}-tweet",
67
- "jobs_per_worker": 1,
68
- "max_workers": 1,
69
- "created_at": "2014-09-05T11:21:09.291-04:00",
70
- "updated_at": "2014-09-05T11:21:09.291-04:00"
71
- },
72
- {
73
- "app_environ_id": "babfd8b1-5427-4ed9-abc3-a6bbe635c1b4",
74
- "organization_iron_account_id": "2799b65b-e623-4e66-833e-815d13eccce0",
75
- "_id": "35722659-4c63-466d-b3bf-532d438893dc",
76
- "iron_queue_id": "{{APP_ID}}-sync-followers",
77
- "jobs_per_worker": 1,
78
- "max_workers": 1,
79
- "created_at": "2014-09-05T11:21:09.292-04:00",
80
- "updated_at": "2014-09-05T11:21:09.292-04:00"
81
- }
82
- ]
83
- },
84
- {
85
- "_id": "cd95dc1e-d7e6-4bc7-a51b-449f5b617070",
86
- "_puid": "crowdfunder",
87
- "name": "Crowdfunder",
88
- "description": "Donation app designed for crowd funding campaigns.",
89
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
90
- "config": {
91
- "public_urls": {
92
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
93
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
94
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
95
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
96
- },
97
- "staffer_ui_urls": {"config": null},
98
- "callback_urls": {
99
- "install": "http://{{APP_DOMAIN}}/install",
100
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
101
- }
102
- },
103
- "options": null,
104
- "environ": {
105
- "_id": "70ea2412-0044-450e-bc79-f1364b61ad0a",
106
- "status": "active",
107
- "permissions": "ALL",
108
- "type": "development",
109
- "domain": "{{APP_ID}}.ffapp.dev",
110
- "dns_host": "127.0.0.1"
111
- },
112
- "config_override": {},
113
- "environ_workers": []
114
- },
115
- {
116
- "_id": "06cf0e84-9ea0-45c7-9d3b-ff3897617070",
117
- "_puid": "social-currency",
118
- "name": "Social Currency",
119
- "description": "Accept social currency (tweet to twitter, post to facebook, etc) as an alternative to U.S. currency.",
120
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
121
- "config": {
122
- "public_urls": {
123
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
124
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
125
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
126
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
127
- },
128
- "staffer_ui_urls": {"config": "http://{{APP_DOMAIN}}/config.html"},
129
- "callback_urls": {
130
- "install": "http://{{APP_DOMAIN}}/install",
131
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
132
- }
133
- },
134
- "options": "{\"has_config_page\":true}",
135
- "environ": {
136
- "_id": "a92295cc-57c1-467c-9b93-60f0e3215960",
137
- "status": "active",
138
- "permissions": "ALL",
139
- "type": "development",
140
- "domain": "{{APP_ID}}.ffapp.dev",
141
- "dns_host": "127.0.0.1"
142
- },
143
- "config_override": {},
144
- "environ_workers": [
145
- {
146
- "app_environ_id": "a92295cc-57c1-467c-9b93-60f0e3215960",
147
- "organization_iron_account_id": "2799b65b-e623-4e66-833e-815d13eccce0",
148
- "_id": "584a8110-cb20-4a14-9ffa-524276b98897",
149
- "iron_queue_id": "{{APP_ID}}-identify",
150
- "jobs_per_worker": 1,
151
- "max_workers": 1,
152
- "created_at": "2014-10-26T14:27:00.743-04:00",
153
- "updated_at": "2014-10-26T14:27:00.743-04:00"
154
- }
155
- ]
156
- },
157
- {
158
- "_id": "2f82b8fe-6a47-493a-bae2-be693a617070",
159
- "_puid": "mailchimp",
160
- "name": "MailChimp",
161
- "description": "Sync your MailChimp lists, send requests through your campaigns, and track everything subscribers are doing.",
162
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
163
- "config": {
164
- "public_urls": {
165
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
166
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
167
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
168
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
169
- },
170
- "staffer_ui_urls": {"config": null},
171
- "callback_urls": {
172
- "install": "http://{{APP_DOMAIN}}/install",
173
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
174
- }
175
- },
176
- "options": null,
177
- "environ": {
178
- "_id": "444fcc55-8026-45aa-83f8-195f6a0817e4",
179
- "status": "active",
180
- "permissions": "ALL",
181
- "type": "development",
182
- "domain": "{{APP_ID}}.ffapp.dev",
183
- "dns_host": "127.0.0.1"
184
- },
185
- "config_override": {},
186
- "environ_workers": [
187
- {
188
- "app_environ_id": "444fcc55-8026-45aa-83f8-195f6a0817e4",
189
- "organization_iron_account_id": "2799b65b-e623-4e66-833e-815d13eccce0",
190
- "_id": "a8b61f1d-d0f9-4d77-b2a9-3c9328947b19",
191
- "iron_queue_id": "{{APP_ID}}-sync",
192
- "jobs_per_worker": 1,
193
- "max_workers": 1,
194
- "created_at": "2014-09-04T06:49:49.320-04:00",
195
- "updated_at": "2014-09-04T06:49:49.320-04:00"
196
- }
197
- ]
198
- },
199
- {
200
- "_id": "d4e65b16-67cf-4237-a2da-fcd93b617070",
201
- "_puid": "simple-auth",
202
- "name": "Simple Auth",
203
- "description": "Simple login/logout functionality for a website.",
204
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
205
- "config": {
206
- "public_urls": {
207
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
208
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
209
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
210
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
211
- },
212
- "staffer_ui_urls": {"config": null},
213
- "callback_urls": {
214
- "install": "http://{{APP_DOMAIN}}/install",
215
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
216
- }
217
- },
218
- "options": null,
219
- "environ": {
220
- "_id": "ca5a4471-0d53-4666-91e7-a34d43e371c7",
221
- "status": "active",
222
- "permissions": "ALL",
223
- "type": "development",
224
- "domain": "{{APP_ID}}.ffapp.dev",
225
- "dns_host": "127.0.0.1"
226
- },
227
- "config_override": {},
228
- "environ_workers": []
229
- },
230
- {
231
- "_id": "de6f3789-3187-4601-b0c5-83a92f617070",
232
- "_puid": "vimeo",
233
- "name": "Vimeo",
234
- "description": "Get your fans to watch your Vimeo videos and track their progress.",
235
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
236
- "config": {
237
- "public_urls": {
238
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
239
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
240
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
241
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
242
- },
243
- "staffer_ui_urls": {"config": null},
244
- "callback_urls": {
245
- "install": "http://{{APP_DOMAIN}}/install",
246
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
247
- }
248
- },
249
- "options": null,
250
- "environ": {
251
- "_id": "a0940b4e-956a-42ee-9358-12fa92b6db15",
252
- "status": "active",
253
- "permissions": "ALL",
254
- "type": "development",
255
- "domain": "{{APP_ID}}.ffapp.dev",
256
- "dns_host": "127.0.0.1"
257
- },
258
- "config_override": {},
259
- "environ_workers": []
260
- },
261
- {
262
- "_id": "d470c10b-d4e3-42ba-8267-b327b9617070",
263
- "_puid": "personal-emailer",
264
- "name": "Personal Emailer",
265
- "description": "Send personal Action Request emails to anyone in your Fanforce who has an email address.",
266
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
267
- "config": {
268
- "public_urls": {
269
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
270
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
271
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
272
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
273
- },
274
- "staffer_ui_urls": {"config": null},
275
- "callback_urls": {
276
- "install": "http://{{APP_DOMAIN}}/install",
277
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
278
- }
279
- },
280
- "options": null,
281
- "environ": {
282
- "_id": "c66b193c-c372-4da3-a775-014e403ee05d",
283
- "status": "active",
284
- "permissions": "ALL",
285
- "type": "development",
286
- "domain": "{{APP_ID}}.ffapp.dev",
287
- "dns_host": "127.0.0.1"
288
- },
289
- "config_override": {},
290
- "environ_workers": []
291
- },
292
- {
293
- "_id": "dc915204-9048-42a1-905a-3e6585617070",
294
- "_puid": "youtube",
295
- "name": "YouTube",
296
- "description": "Get your fans to watch your YouTube videos and track their progress.",
297
- "organization_id": "5110df09-af71-441b-aad1-05463317c768",
298
- "config": {
299
- "public_urls": {
300
- "marketplace_img": "http://{{APP_DOMAIN}}/assets/marketplace.png",
301
- "icon_16": "http://{{APP_DOMAIN}}/assets/icon-16.png",
302
- "icon_32": "http://{{APP_DOMAIN}}/assets/icon-32.png",
303
- "icon_42": "http://{{APP_DOMAIN}}/assets/icon-42.png"
304
- },
305
- "staffer_ui_urls": {"config": null},
306
- "callback_urls": {
307
- "install": "http://{{APP_DOMAIN}}/install",
308
- "uninstall": "http://{{APP_DOMAIN}}/uninstall"
309
- }
310
- },
311
- "options": null,
312
- "environ": {
313
- "_id": "bd3b6b1b-6649-4d29-9f6c-ab9a9f8f8631",
314
- "status": "active",
315
- "permissions": "ALL",
316
- "type": "development",
317
- "domain": "{{APP_ID}}.ffapp.dev",
318
- "dns_host": "127.0.0.1"
319
- },
320
- "config_override": {},
321
- "environ_workers": []
322
- }
323
- ]