GO-Global

GO-Global

GO-Global browser plug-in.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GO-Global",
  "version": "5.0.2.24620",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "GO-Global browser plug-in.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "nativeMessaging"
  ],
  "web_accessible_resources": [
    "*.png",
    "*.gif",
    "main.html",
    "main.js"
  ]
}