Google Apps For Work Training

Google Apps For Work Training

Discover Google Apps for work

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Apps For Work Training",
  "short_name": "Learn Google Apps",
  "description": "Discover Google Apps for work",
  "version": "0.6",
  "icons": {
    "128": "img/logo_128.png"
  },
  "author": "Tocosk",
  "homepage_url": "http://www.tocosk.com",
  "web_accessible_resources": [
    "views/*.html",
    "img/*.png",
    "fonts/*",
    "data/*.json",
    "css/images/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "http://devtest.tocosk.com/empty.html"
      ],
      "css": [
        "css/font-awesome.min.css",
        "css/bootstrap.min.css",
        "css/tooltipster.css",
        "css/tocosk.css"
      ],
      "js": [
        "libs/jquery-1.11.3.min.js",
        "libs/jquery-ui.min.js",
        "libs/angular.min.js",
        "libs/bootstrap.min.js",
        "libs/jquery.tooltipster.min.js",
        "js/tocoskApp.js",
        "controllers/mainController.js",
        "service/chromeExtensionService.js",
        "service/uiService.js",
        "service/contentProviderService.js",
        "service/eventCatcherService.js",
        "service/eventMatcherService.js",
        "service/redirectionService.js",
        "app.js"
      ]
    }
  ],
  "permissions": []
}