We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6e96e commit c76472bCopy full SHA for c76472b
chrome.sh
@@ -0,0 +1,19 @@
1
+#!/bin/bash
2
+
3
+# Required parameters:
4
+# @raycast.schemaVersion 1
5
+# @raycast.title Chrome
6
+# @raycast.mode compact
7
8
+# Optional parameters:
9
+# @raycast.icon 🌐
10
+# @raycast.packageName Util
11
12
+# Documentation:
13
+# @raycast.description Opens the Arc when instead of Chrome
14
+# @raycast.author Reza Kargar
15
+# @raycast.authorURL https://rezakargar.ir
16
17
+open -a "Arc"
18
19
+echo "Arc opened"
0 commit comments