Rizzoma Tasks for Google Calendar™

Rizzoma Tasks for Google Calendar™

Copies your Tasks to Google Calendar™ automatically.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rizzoma Tasks for Google Calendar™",
  "version": "0.119",
  "manifest_version": 2,
  "description": "Copies your Tasks to Google Calendar™ automatically.",
  "icons": {
    "48": "img/rizzoma-48x48.png",
    "128": "img/rizzoma-128x128.png"
  },
  "browser_action": {
    "default_icon": "img/rizzoma-48x48.png"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://rizzoma.com/*",
        "https://rizzoma.com/*"
      ],
      "js": [
        "lib/jquery-1.10.2.min.js",
        "js/rizzoma-pages/find-authentification-token.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "storage",
    "http://rizzoma.com/*",
    "https://rizzoma.com/*",
    "identity"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCiTY42snTUNx3fkbX+01f8PynNrsTIwhMM7PobglBn/DOKrRj56dCPt/HHvaC2Ibk5TlA2so91I4Ts24PNGoI+KCRJ5AhuQean2FkyvIW4gmrBSevqq1B+G30QiwOToTPtK9A+fUVoGBL5L0pKHInLRBVVEH9+EgeeMXCMtU5/CQIDAQAB",
  "oauth2": {
    "client_id": "1048982964232-l7hcnj8iavs51t390t50bugicarbfhja.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar"
    ]
  }
}