skin.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "@Note": "Note: Don't forget when updating to update the foreground.php file with the same change.",
  3. "name": "Foreground",
  4. "version": "1.2.0",
  5. "author": [
  6. "Garrick Van Buren",
  7. "Jamie Thingelstad",
  8. "Tom Hutchison",
  9. "..."
  10. ],
  11. "url": "http://foreground.thingelstad.com",
  12. "descriptionmsg": "foreground-desc",
  13. "type": "skin",
  14. "ValidSkinNames": {
  15. "foreground": "Foreground"
  16. },
  17. "MessagesDirs": {
  18. "SkinForeground": [
  19. "i18n"
  20. ]
  21. },
  22. "AutoloadClasses": {
  23. "SkinForeground": "Foreground.skin.php"
  24. },
  25. "ResourceModules": {
  26. "skins.foreground.styles": {
  27. "position": "top",
  28. "styles": [
  29. "assets/stylesheets/normalize.css",
  30. "assets/stylesheets/font-awesome.css",
  31. "assets/stylesheets/foundation.css",
  32. "assets/stylesheets/foreground.css",
  33. "assets/stylesheets/foreground-print.css",
  34. "assets/stylesheets/jquery.autocomplete.css",
  35. "assets/stylesheets/responsive-tables.css"
  36. ]
  37. },
  38. "skins.foreground.js": {
  39. "position": "top",
  40. "scripts": [
  41. "assets/scripts/vendor/custom.modernizr.js",
  42. "assets/scripts/vendor/fastclick.js",
  43. "assets/scripts/vendor/responsive-tables.js",
  44. "assets/scripts/foundation/foundation.js",
  45. "assets/scripts/foundation/foundation.topbar.js",
  46. "assets/scripts/foundation/foundation.dropdown.js",
  47. "assets/scripts/foundation/foundation.section.js",
  48. "assets/scripts/foundation/foundation.clearing.js",
  49. "assets/scripts/foundation/foundation.cookie.js",
  50. "assets/scripts/foundation/foundation.placeholder.js",
  51. "assets/scripts/foundation/foundation.forms.js",
  52. "assets/scripts/foundation/foundation.alerts.js",
  53. "assets/scripts/foreground.js"
  54. ]
  55. }
  56. },
  57. "ResourceFileModulePaths": {
  58. "localBasePath": "",
  59. "remoteSkinPath": "foreground"
  60. },
  61. "config": {},
  62. "manifest_version": 1
  63. }