{ "name": "Google Search", "icon": `search`, "desc": "A GopalOS web app for Google\u00AE Search.", "id": "google-search", "defaultRelease": "stable", "releases": { "stable": { "version": "v1.1.2", "app-files": { "google-search": { type: "pgm", content() { if (document.getElementById("app_google-search_window")) { document.getElementById("app_google-search_window").style.display = "block"; } else { document.getElementById("windows").insertAdjacentHTML("beforeend", getRef("/apps/google-search/window")); getRef("/apps/google-search/load")(); } focusWin(document.getElementById("app_google-search_window")); regTbarIcon("/apps/google-search/google-search", "app_google-search_window", getRef("/apps/google-search/icon")); refreshWindows(); } }, "icon": { type: "var", content: "\u{1D5DA}\uFE0E" }, "load": { type: "js", content() { document.getElementById("app_google-search_iframe").src = "https://google.com/?igu=1"; } }, "window": { type: "html", content: `
Google Search
🗕
🗖
❌︎
` } } } } }