Canyudo

Canyudo

An excellent new tab every four hours and a new type of to-do list. Coming soon: 'send a task to another user'. Check it out!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com/js/platform.js https://code.jquery.com https://maps.googleapis.com https://maps.google.com;object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0E6CSI0LF+VRME5dfXY7T9Xe8khUdL6rAN+xnhFbQAVu4h8ymHy+wq0sTC+oUw6yZgOXUde0MLjCNikJA5mXCrVbvtBC21HgItHJ7yKqWyctQTWPDwYCynDVhFlDTBIJa1mRhRlcfPpY0P8Tm7EmNSj0sP63XP7vPcaBHESHTmcDQP1qV9L0qUwYWGX0qM0NMkkNZ9yXuVZylm//qkjqfcakYr3wj3kgjKPta0THue8aOl8w52oxyHqSRBajX4oYTGtax4mNMvbY3KHoSk3lVgr0q8hxX8P6wMxP1lj+RF/VajR6SMBTUOpxhYWOjIVR3KlObEOie5seha0mT7/OPwIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "geolocation",
    "http://api.canyu.do/api/v1/",
    "http://cyd.localhost/api/v1/",
    "http://test.debuginc.com/cyd/public/api/v1/",
    "http://canyudo.askforwp.com/uploads/",
    "http://canyudo.askforwp.com/",
    "http://canyudo.askforwp.com/api/",
    "http://canyudo.askforwp.com/api/example/",
    "http://canyudo.askforwp.com/api/example/bgimage",
    "http://canyudo.askforwp.com/api/example/bgimage/",
    "<all_urls>",
    "identity",
    "identity.email",
    "storage",
    {
      "fileSystem": [
        "write",
        "directory"
      ]
    },
    "unlimitedStorage"
  ],
  "short_name": "__MSG_shortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.27",
  "web_accessible_resources": [
    "images/*",
    "backgrounds/*.jpg",
    "backgrounds.json",
    "quotes.json"
  ]
}