yodan Posted December 8, 2012 Share Posted December 8, 2012 Bug SubmissionPlease choose a category [Crash] PlatformChromeVersion Number 0 Issue title Can't install Chrome Extension Steps to reproduce Click Install crx file is downloaded instead of installed. Describe your issue Solution: the mainifest.json is missing the manifest version"manifest_version": 2,See chrome developer link:http://developer.chrome.com/extensions/manifestVersion.htmlbest regardsyodanimproved manifest:{ "update_url":"http://clients2.google.com/service/update2/crx", "minimum_chrome_version": "19", "requirements": {"3D": {"features": ["webgl"]}}, "description": "Help Wilson survive in the wilderness", "icons": {"128": "icon128.png", "16": "icon16.png"}, "app": {"urls": ["http://dontstarve-release.appspot.com/"], "launch": {"web_url": "http://dontstarve-release.appspot.com/package/dontstarve.html"}}, "name": "Don't Starve", "manifest_version": 2,"version": "1.0.0.37", "permissions": ["unlimitedStorage", "http://dontstarve-release.appspot.com/*"]} Link to comment Share on other sites More sharing options...
Recommended Posts