Tracks

Tracks

A fun way to discover and share together

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tracks",
  "version": "0.0.3",
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "description": "A fun way to discover and share together",
  "icons": {
    "128": "imgs/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "google_app.js"
      ],
      "persistant": false
    }
  },
  "offline_enabled": true,
  "permissions": [
    "geolocation",
    "storage",
    "notifications",
    "fileSystem",
    "webview",
    "http://api.staging.mytr.ac/*",
    "http://api.tracks.io/*",
    "http://maps.googleapis.com/*",
    "http://www.google.com/*",
    "http://www.staging.mytr.ac/*",
    "http://www.tracks.io/*",
    "http://www.facebook.com/*",
    "http://connect.facebook.net/*",
    "http://www.facebook.com/*",
    "https://api.facebook.com/*",
    "https://*.fbcdn.net/*",
    "https://*.akamaihd.net/*",
    "http://platform.twitter.com/*",
    "http://*.trximg.com/*",
    "http://*.mytr.ac/*",
    "http://a.mytr.ac/*",
    "http://s3.amazonaws.com/*",
    "https://facebook.com/connect/*",
    "http://*.typekit.net/*"
  ]
}