Break It (Brk.Im)

Break It (Brk.Im)

Shorten and Share webpages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Break It (Brk.Im)",
  "version": "1.4.0",
  "description": "Shorten and Share webpages",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "extension.html"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "brkim_128.png"
  },
  "manifest_version": 2
}