File manifest.json from the latest check-in
{ "manifest_version": 2, "name": "NanoBrowserWallet", "short_name": "NBW", "version": "0", "description": "NBW", "icons": { "128": "icon.png" }, "app": { "background": { "scripts": [ "main.js" ], "persistent": false } } }