G.UA url shortener

G.UA url shortener

Plugin for g.ua url shortener service

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "G.UA url shortener",
  "version": "0.2",
  "description": "Plugin for g.ua url shortener service",
  "browser_action": {
    "default_icon": "img/g-48.png",
    "default_title": "g.ua",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/g-16.png",
    "48": "img/g-48.png",
    "128": "img/g-128.png"
  },
  "default_locale": "ru",
  "content_security_policy": "script-src 'self' https://api.g.ua; object-src 'self'",
  "permissions": [
    "tabs",
    "http://api.g.ua/"
  ]
}