same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright 2020 Rubén Beltran del Río
+ Copyright 2020 Ruben Knol & Rubén Beltran del Río
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
"name": "Junction",
"version": "1.0.0",
"description": "Jump into an audio call on any URL",
+ "author": "Ruben Knol & Rubén Beltrán del Río",
"permissions": ["activeTab"],
-//
-// SafariWebExtensionHandler.swift
-// Junction Extension
-//
-// Created by Ruben Beltran del Rio on 9/13/23.
-//
-
import SafariServices
import os.log
-//
-// AppDelegate.swift
-// Junction
-//
-// Created by Ruben Beltran del Rio on 9/13/23.
-//
-
import Cocoa
@main
-//
-// ViewController.swift
-// Junction
-//
-// Created by Ruben Beltran del Rio on 9/13/23.
-//
-
import Cocoa
import SafariServices
import WebKit
-//
-// JunctionTests.swift
-// JunctionTests
-//
-// Created by Ruben Beltran del Rio on 9/13/23.
-//
-
import XCTest
@testable import Junction
-//
-// JunctionUITests.swift
-// JunctionUITests
-//
-// Created by Ruben Beltran del Rio on 9/13/23.
-//
-
import XCTest
final class JunctionUITests: XCTestCase {
-//
-// JunctionUITestsLaunchTests.swift
-// JunctionUITests
-//
-// Created by Ruben Beltran del Rio on 9/13/23.
-//
-
import XCTest
final class JunctionUITestsLaunchTests: XCTestCase {