Skip to content

Instantly share code, notes, and snippets.

@RafhaanShah
Created January 12, 2022 10:09
Show Gist options
  • Save RafhaanShah/16de163c87866a17897e771cde04ef79 to your computer and use it in GitHub Desktop.
Save RafhaanShah/16de163c87866a17897e771cde04ef79 to your computer and use it in GitHub Desktop.
Google Tasks Shortcut
{
"app": {
"launch": {
"urls": [
"https://tasks.google.com/embed/?origin=https://calendar.google.com&fullWidth=1"
],
"web_url": "https://tasks.google.com/embed/?origin=https://calendar.google.com&fullWidth=1",
"container": "tab"
}
},
"offline_enabled": false,
"permissions": [],
"requirements": {
"3D": {
"features": []
}
},
"icons": {
"128": "google-tasks.png"
},
"name": "Google Tasks",
"description": "Google Tasks",
"version": "1.0.0.0",
"manifest_version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment