// Copyright 2014, uncorp.net // Based on example source by The Chromium Authors // http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/nativeMessaging/ // All rights reserved. // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. { "name": "net.uncorp.openwithphotoshop", "description": "Open with Photoshop", "path": "net.uncorp.openwithphotoshop.bat", "type": "stdio", "allowed_origins": ["chrome-extension://bfminobcmliekphgidjjdpcieidnemak/"] }