Mango Two - URL Shortener

Mango Two - URL Shortener

Use Mango Two to generate shortened URLS for sharing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mango Two - URL Shortener",
  "version": "0.1.0",
  "manifest_version": 3,
  "description": "Use Mango Two to generate shortened URLS for sharing.",
  "homepage_url": "https://mangotwo.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Mango Two - URL Shortener",
    "default_popup": "browser_action/browser_action.html"
  },
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "https://*/*"
  ]
}