Created
March 9, 2012 04:34
-
-
Save diorahman/2005054 to your computer and use it in GitHub Desktop.
worker parameter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var dummyParams = { | |
os: 'harmattan', | |
qt: '4_7_4', | |
token: '', | |
projectId: 'ef34fef6-6e03-452f-9700-c6ffdd3b059e', | |
userToken: 'PXyW25Do0uHn17E3E3BezoWxnp', | |
orderId : 'validOrderId', // set by server | |
app : { | |
name : "Campur Sari", | |
publisher : "CampurSari Inc", | |
version: "0.0.1", | |
color : ['green', '#d1d2d3', '#f0f1f3'], | |
feedViewType : "List", | |
feeds: "Gamasutra News=http://feeds.feedburner.com/GamasutraNews,Gamasutra Feature Articles=http://feeds.feedburner.com/GamasutraFeatureArticles", | |
email : "[email protected]", | |
shortDesc : "The art and business of making game", | |
longDesc : "News and articles from game development world", | |
readme : "Do you know this super awesome app generated by lynx?", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment