Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-7066

cordova prepare firefoxos overwrites icons in manifest

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 3.5.0
    • None
    • None
    • Debian 7.5

    Description

      I have got some icons manually set in a manifest file that is in my www folder:
      "icons": {
      "32": "/img/logo_32.png",
      "60": "/img/logo_60.png",
      "90": "/img/logo_90.png",
      "120": "/img/logo_120.png",
      "128": "/img/logo_128.png",
      "256": "/img/logo_256.png"
      }
      When I run cordova prepare firefoxos, it creates a new manifest file in platforms/firefoxos/www but does not keep my icons:
      "icons": {
      "57": "/icon-57.png",
      "72": "/icon-72.png",
      "114": "/icon-114.png",
      "144": "/icon-144.png"
      },

      Attachments

        Activity

          People

            Unassigned Unassigned
            rudloff Pierre Rudloff
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: