{
	"manifest_version": 2,
	"name": "1 Wire JS Test",
	"short_name": "owjs-test",
	"description": "Test app for 1-Wire USB interface",
	"version": "0.0.1",
	"minimum_chrome_version": "42",

	"icons": {
		"16": "assets/icon_16.png",
		"128": "assets/icon_128.png"
	},

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

	"permissions": [
		"usb"
	],
	"optional_permissions": [{
		"usbDevices": [{
			"vendorId": 1274,
			"productId": 9360
		}]
	}]
}
