// Start of feed array
[
	// Feed 1
	{
		// This is the unique id associated with this feed. Once set, this must never be changed.
		"id": "example_id",
		
		// This is the IAP ID used in the Google console. Once purchased, all feeds with this ID will be unlocked permanently for the user. By giving multiple feeds the same ID you can unlock the same feed in all languages simultaneously. If you leave out this tag, then the feed will be free, unlocked by default.
		"iapID": "test_feed",
		
		// This is the title that will be displayed in app. You should never change this ID as this is the way the user will identify the feeds they have purchased.
		"title": "Example locked feed",
		
		// This is the feed URL and can be updated at any time.
		"url": "http://enchantdanimals.tumblr.com/rss",
		
		// Use the set to show different feeds to different audiences, e.g. language. The set can be changed on the device and only feeds of the same set will be shown in the list.
		"set": "english",
		
		// Use this field to remove discontinued feeds from the list.
		"deprecated": false
	},
	// Feed 2
	{
		"id": "enchantd_buildings_english",
		"title": "Enchantd Buildings",
		"url": "http://enchantdbuildings.tumblr.com/rss",
		"set": "english",
		"deprecated": false
	},
	// Feed 3
	{
		"id": "enchantd_gifs_english",
		"title": "Enchantd GIFs",
		"url": "http://enchantdgifs.tumblr.com/rss",
		"set": "english",
		"deprecated": false
	},
	// Feed 4
	{
		"id": "enchantd_mums_english",
                "iapID": "test_feed3",
		"title": "Enchantd Mums",
		"url": "http://enchantdmums.tumblr.com/rss",
		"set": "english",
		"deprecated": false
	},
	// Feed 5
	{
		"id": "nick_flaherty_english",
		"title": "Nick Flaherty",
		"url": "http://nickflaherty.tumblr.com/rss",
		"set": "english",
		"deprecated": false
	},
	// Feed 6
	{
		"id": "enchantd_animals_english",
                "iapID": "test_feed2",
		"title": "Enchantd Animals",
		"url": "http://enchantdanimals.tumblr.com/rss",
		"set": "english",
		"deprecated": false
	}
]