Created
July 20, 2012 20:02
-
-
Save mlynch/3152889 to your computer and use it in GitHub Desktop.
Codiqa Project Manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Codiqa Prototypes", | |
"description": "Rapid Mobile Prototyping - Saves directly to Google Drive!", | |
"version": "1.3", | |
"container": "GOOGLE_DRIVE", | |
"api_console_project_id" : "CONSOLE_PROJECT_ID", | |
"intents": { | |
"http://drive.google.com/intents/opendrivedoc": [ { | |
"disposition": "window", | |
"href": "http://codiqadrive.appspot.com", | |
"title": "Open", | |
"type": [ "application/vnd.codiqa.cdqa+json", "application/vnd.google.drive.ext-type.cdqa" ] | |
} ] | |
}, | |
"app": { | |
"urls": [ | |
"*://codiqadrive.appspot.com/" | |
], | |
"launch": { | |
"web_url": "http://codiqadrive.appspot.com/" | |
} | |
}, | |
"icons": { | |
"128": "icon_128.png" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment