mrtnkl

Flipboard config.json

Jan 23rd, 2012
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. {
  2. "AppLatestVersion" : "1.6",
  3. "AppMinimumVersion" : "1.0",
  4. "AppDownloadURL" : "itms-apps://itunes.com/app/Flipboard",
  5.  
  6. "InfoPageHTML" : null,
  7. "InfoPageLandscapeHTML" : null,
  8. "InfoPageVersion" : 12,
  9. "InfoPageMaxCount" : 2,
  10.  
  11. "RefetchSectionsAndConfigJSONBackgroundDuration" : 3600,
  12. "UsageSessionRefreshInterval": 600.0,
  13. "InactiveAutomaticReloadInterval" : 3600.0,
  14. "TopLevelAccountSubsectionMaximumAge" : 86400,
  15.  
  16. "MinLaunchesToDisplayRateMe" : 5,
  17. "MinTimeToDisplayRateMe" : 172800.00,
  18. "MinTimeToDisplayRateMeAfterRateLater" : 86400.00,
  19.  
  20. "FeedFetchInitialItemCount" : 30,
  21. "FeedFetchLoadMoreItemCount" : 30,
  22. "FeedFetchLoadMorePagesFromEndCount" : 5,
  23. "FeedFetchTimeoutInterval" : 45.0,
  24. "ForcedTOCReloadInterval" : 60.0,
  25. "GoogleReaderMaxDisplayedUnreadCount" : 999,
  26.  
  27. "AppUpdateAlertTitle" : "Flipboard Update",
  28. "AppUpdateAlertMessage" : "A newer version of Flipboard is available. Would you like to update?",
  29. "AppUpdateRequiredAlertTitle" : "Flipboard Update Required",
  30. "AppUpdateRequiredAlertMessage" : "This version of Flipboard is no longer supported. Please update to the newest version.",
  31.  
  32. "UsageSendFirstInterval" : 5.0,
  33. "UsageSendRepeatInterval" : 300.0,
  34.  
  35. "AdvertiseUserAgent" : true,
  36. "AdvertiseReferer" : false,
  37. "WebViewRefererString" : "http://www.flipboard.com",
  38.  
  39. "EmbeddedYoutubeHTMLFormatString" : "<html><body style=\"margin:0; background:#000;\"><embed id=\"yt\" src=\"%@\" type=\"application/x-shockwave-flash\" width=\"%0.0f\" height=\"%0.0f\"></embed></body></html>",
  40. "EmbeddedVimeoHTMLFormatString" : "<html><body style=\"margin:0; background:#000;\"><iframe src=\"http://player.vimeo.com/video/%@?title=0&amp;byline=0&amp;portrait=0\" width=\"%0.0f\" height=\"%0.0f\" frameborder=\"0\"></iframe></body></html>",
  41. "EmbeddedHTML5VideoFormatString" : "<html><body style=\"margin:0 background:#000;\"><video src=\"%@\" width=\"%0.0f\" height=\"%0.0f\" poster=\"%@\" controls></video></body></html>",
  42.  
  43. "SectionPickerFolderIconImageURLString" : "http://cdn.flipboard.com/serviceIcons/icon-fss-folder-32.png",
  44. "SectionPickerFlipboardIconImageURLString" : "http://cdn.flipboard.com/serviceIcons/v2/social-icon-flipboard-32.png",
  45.  
  46. "FeedTemplateHTMLURLString" : "http://cdn.flipboard.com/flipmag/lib/fliprss.html",
  47. "FeedTemplateCSSURLString" : "http://cdn.flipboard.com/flipmag/lib/fliprss.css",
  48. "FeedTemplateCSSURLStringLarge" : "http://cdn.flipboard.com/flipmag/lib/fliprss-large.css",
  49. "FeedTemplateCSSURLStringXLarge" : "http://cdn.flipboard.com/flipmag/lib/fliprss-Xlarge.css",
  50.  
  51. "HelpURLString" : "http://www.flipboard.com/help",
  52. "TermsOfUseURLString" : "http://www.flipboard.com/terms",
  53. "PrivacyPolicyURLString" : "http://www.flipboard.com/privacy",
  54. "AccountHelpURLString" : "https://accounts.flipboard.com/accounts/help",
  55.  
  56. "InStoreDemoImageURL" : "http://cdn.flipboard.com/images/instore.jpg",
  57.  
  58. "TopStoriesRequestCount" : 5,
  59. "TopStoriesLayoutFrequency" : 2,
  60.  
  61. "CoverStoriesFeedIdentifier" : "auth/flipboard/coverstories",
  62.  
  63. "FacebookSingleSignOnPermissions" : "publish_stream,offline_access,read_stream,user_photos,friends_photos,user_likes,user_groups,read_friendlists",
  64.  
  65. "FlipboardAccountPullInterval" : 600,
  66. "DomainBlacklist" : [],
  67. "DisableShareAddedSections" : false,
  68.  
  69. "UsageHost" : "fbprod.flipboard.com",
  70. "NanoInlineAML" : true,
  71. "AllowSingleCoreFlipmagRetinaSnapshots": true,
  72.  
  73. "idioms" : {
  74. "iphone" : {
  75. "InactiveAutomaticReloadInterval" : 900.0,
  76.  
  77. "FeedFetchInitialItemCount" : 10,
  78. "FeedFetchLoadMoreItemCount" : 20,
  79. "FeedFetchLoadMorePagesFromEndCount" : 10,
  80. "TopStoriesRequestCount" : 0,
  81.  
  82. "EmbeddedVimeoHTMLFormatString" : "<html><head></head><body style=\"margin:0; background:#000;\"><iframe id=\"vimeo_player\" src=\"http://player.vimeo.com/video/%@?api=1&amp;title=0&amp;byline=0&amp;portrait=0\" width=\"%0.0f\" height=\"%0.0f\" frameborder=\"0\"></iframe><script>var vimeoPlayer = document.getElementById('vimeo_player'); window.addEventListener('message', function(e) { try { var data = JSON.parse(e.data); if (data.event == 'ready') { videoReady(); } } catch(e) {} }, false); function videoReady() { vimeoPlayer.contentWindow.postMessage(JSON.stringify({method:'play'}), '*'); setTimeout(function() { document.location = 'flipboard:videoWillEnterFullscreen'; }, 100); } document.location = 'flipboard:willHandleFullscreenVideo';</script></body></html>",
  83.  
  84. "FeedTemplateCSSURLString" : "http://cdn.flipboard.com/flipmag/lib/fliprss-iphone.css"
  85. }
  86. }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment