Switchy.io | Advanced URL Shortener

Switchy.io | Advanced URL Shortener

Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Switchy.io | Advanced URL Shortener",
  "short_name": "Switchy.io",
  "version": "1.1.0",
  "description": "Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!",
  "permissions": [
    "tabs",
    "storage",
    "webNavigation"
  ],
  "browser_action": {
    "default_popup": "index.html?#/switchy",
    "default_title": "Switchy.io"
  },
  "background": {
    "scripts": [
      "backgroundPage.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "assets/icons/chrome extension16.png",
    "48": "assets/icons/chrome extension48.png",
    "128": "assets/icons/chrome extension128.png"
  },
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://direct.graphql.switchy.io/* https://api.switchy.io/*; object-src 'self';"
}