this repo has no description
at main 17 lines 396 B view raw
1import { BUILD } from './build'; 2 3const APP_NAME = 'com.apple.apps'; 4const APP_DELEGATE = 'web-appstore-app'; 5 6export const config = { 7 baseFields: { 8 appName: APP_NAME, 9 delegateApp: APP_DELEGATE, 10 appVersion: BUILD, 11 resourceRevNum: BUILD, 12 }, 13 clickstream: { 14 constraintProfiles: ['AMPWeb'], 15 topic: 'xp_amp_appstore_unidentified', 16 }, 17};