GmaTilDa

GmaTilDa

Help yourself to Get Things Done by installing GmaTilDa and applying GTD technique with handy and powerful tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GmaTilDa",
  "version": "1.1",
  "author": "[email protected]",
  "description": "Help yourself to Get Things Done by installing GmaTilDa and applying GTD technique with handy and powerful tool",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "img/icon-16.png",
    "default_popup": "gmatilda.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "identity",
    "*://*.google.com/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "base64.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src https://*.google.com 'unsafe-eval'; object-src 'self'",
  "oauth2": {
    "client_id": "167232964003-58efbb1ubub7hnljbgf4uqhqaqdfq2e8.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/gmail.compose",
      "https://www.googleapis.com/auth/gmail.labels",
      "https://www.googleapis.com/auth/gmail.readonly",
      "https://www.googleapis.com/auth/gmail.insert",
      "https://www.googleapis.com/auth/gmail.modify"
    ]
  }
}