Shortest URL Shortener

Shortest URL Shortener

Shortest URL Shortener - created von Marketingradar.de

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon-128.png",
    "default_popup": "popup.html"
  },
  "description": "Shortest URL Shortener - created von Marketingradar.de",
  "homepage_url": "https://marketingradar.de",
  "short_name": "Shortest URL Shortener",
  "author": "Evgeniy Orlov, [email protected]",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "name": "Shortest URL Shortener",
  "permissions": [
    "tabs",
    "http://*/",
    "http://v.gd/*",
    "https://v.gd/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.3"
}