Invalid manifest in Chrome web store (when adding)

0 favourites
  • 2 posts
From the Asset Store
Easily add web monetization to your game and start earning money from supporting visitors.
  • Hi all,

    I'm getting an invalid manifest error in the Chrome Webstore when trying to 'add' the extension. It uploads fine.

    This is my manifest:

    {

         "name": "Awesome Arrow Prototype",

         "description": "This game is a prototype arrow shooting mechanic ",

         "version": "1",

         "manifest_version": 2,

         "homepage_url": "<I had to remove the site to make this post>",

         "app": {

              "launch": {

                   "local_path": "index.html",

                   "container": "panel",

                   "width": 960,

                   "height": 480

              }

         },

         "icons": {

              "16": "icon-16.png",

              "128": "icon-128.png"

         },

         "permissions": [           "unlimitedStorage"      ],

         "offline_enabled": false

    }

    Thanks for any help!!!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • To anyone who has had this issue before,

    "homepage_url" is not valid in the Chrome Web App manifest.

    It simply needs to be "url"

    :)

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)