Examine source code of Junction

Inspect and view changes in Junction source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Junction",
  "version": "1.0.2",
  "description": "Jump into an audio call on any URL",
  "author": "Ruben Knol & Rubén Beltrán del Río",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "icons/junction.png"
  },
  "background": {
    "scripts": [
      "junction.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/action-16.png",
      "32": "icons/action-32.png"
    }
  },
  "web_accessible_resources": [
    "sounds/tada.wav"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1fa6702b-acb4-411b-ba2a-00d650e35989}"
    }
  }
}