Skip to content

Instantly share code, notes, and snippets.

@mlynch
Created July 20, 2012 20:02
Show Gist options
  • Save mlynch/3152889 to your computer and use it in GitHub Desktop.
Save mlynch/3152889 to your computer and use it in GitHub Desktop.
Codiqa Project Manifest
{
"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