Nano Chrome Extension

manifest.json at [49341cc45a]
Login

File manifest.json artifact c8cc9c6b9f part of check-in 49341cc45a


{

	"manifest_version": 2,
	"name": "NanoBrowserWallet",
	"short_name": "NBW",
	"version": "0",
	"description": "NBW",
	
	"icons": {

		"128": "icon.png"

	},



	"app": {
		"background": {
			"scripts": [
				"main.js"
			],
                       
			"persistent": false
		}

	}

}