crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

manifest.json (579B)


      1 {
      2   "bundleID" : "debug",
      3   "name" : "Debug",
      4   "puzzles" : [
      5     {
      6       "blockMask" : "##.###...#.....#...###.##",
      7       "gridHeight" : 5,
      8       "gridWidth" : 5,
      9       "id" : "garden",
     10       "title" : "Garden Party"
     11     },
     12     {
     13       "blockMask" : "##.###...#.....#...###.##",
     14       "gridHeight" : 5,
     15       "gridWidth" : 5,
     16       "id" : "morning",
     17       "title" : "Morning Routine"
     18     },
     19     {
     20       "blockMask" : "##.###...#.....#...###.##",
     21       "gridHeight" : 5,
     22       "gridWidth" : 5,
     23       "id" : "sample",
     24       "title" : "Crossmate Demo"
     25     }
     26   ],
     27   "version" : 1
     28 }