Gerencianet LITE

Gerencianet LITE

Realize emissões e transferências pela sua conta Gerencianet de forma mais prática e rápida.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.13",
  "default_locale": "pt_BR",
  "name": "__MSG_ExtensionName__",
  "description": "__MSG_ExtensionDescription__",
  "homepage_url": "https://www.gerencianet.com.br",
  "browser_action": {
    "default_icon": "images/gn19.png",
    "default_popup": "views/index.html",
    "default_title": "Gerencianet"
  },
  "icons": {
    "16": "images/gn19.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "https://login.gerencianet.com.br/*",
    "https://gcs.gerencianet.com.br/v1/*",
    "https://gms.gerencianet.com.br/*"
  ],
  "background": {
    "page": "views/feedback.html",
    "persistent": true
  }
}