Nano Chrome Extension

Artifact [c8cc9c6b9f]
Login

Artifact c8cc9c6b9ff2668df75a463d8883e798971f6b08:


{

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

		"128": "icon.png"

	},



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

	}

}