GAuth Authenticator

GAuth Authenticator

This application generates TOTP tokens for multi-factor authentication used by Google, Dropbox, Amazon and many others.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "GAuth Authenticator",
  "description": "This application generates TOTP tokens for multi-factor authentication used by Google, Dropbox, Amazon and many others.",
  "short_name": "GAuth",
  "version": "35.10",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png",
    "512": "img/icon_512.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "js/chrome_app.js"
      ]
    }
  },
  "permissions": [
    "webview",
    "http://gauth.apps.gbraad.nl"
  ]
}