URL Shortener

URL Shortener

Shortens URLs for Free. Service is provided by Tourism Product Development Agency. Developed by Lasha Kajaia

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "URL Shortener",
  "version": "1.1",
  "description": "Shortens URLs for Free. Service is provided by Tourism Product Development Agency. Developed by Lasha Kajaia",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}