{"id":203545,"date":"2024-09-11T19:52:00","date_gmt":"2024-09-11T19:52:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/my-apps\/"},"modified":"2026-01-27T16:25:04","modified_gmt":"2026-01-27T16:25:04","slug":"my-apps","status":"publish","type":"plugin","link":"https:\/\/tah.wordpress.org\/plugins\/my-apps\/","author":68342,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.0","stable_tag":"1.2.0","tested":"6.8.5","requires":"5.0","requires_php":"5.6","requires_plugins":null,"header_name":"My Apps","header_author":"","header_description":"WordPress apps launcher","assets_banners_color":"","last_updated":"2026-01-27 16:25:04","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/akirk\/my-apps","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1842,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description"],"tags":{"1.0.0":{"tag":"1.0.0","author":"akirk","date":"2024-09-11 19:52:23"},"1.0.1":{"tag":"1.0.1","author":"akirk","date":"2025-04-15 15:33:33"},"1.1.0":{"tag":"1.1.0","author":"akirk","date":"2026-01-08 11:50:45"},"1.2.0":{"tag":"1.2.0","author":"akirk","date":"2026-01-27 16:25:04"}},"upgrade_notice":[],"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.1.0","1.2.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3150318,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3150318,"resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"The Launcher","2":"Settings"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[896],"plugin_category":[],"plugin_contributors":[77497],"plugin_business_model":[],"class_list":["post-203545","plugin","type-plugin","status-publish","hentry","plugin_tags-apps","plugin_contributors-akirk","plugin_committers-akirk"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/my-apps.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/my-apps\/assets\/screenshot-1.png?rev=3150318","caption":"The Launcher"},{"src":"https:\/\/ps.w.org\/my-apps\/assets\/screenshot-2.png?rev=3150318","caption":"Settings"}],"raw_content":"<!--section=description-->\n<p>This plugin adds a <code>\/my-apps\/<\/code> route to your WordPress so that it can act as your personal apps launcher.<\/p>\n\n<p>You can use your own WordPress as the place where you host apps in form of plugins. It can be hard to launch them since you have to navigate wp-admin. This adds a dashboard like an mobile phone launcher to your WordPress.<\/p>\n\n<p>Plugin \"Apps\" can register their own icons but you can add your own links.<\/p>\n\n<h3>Code Example<\/h3>\n\n<pre><code>`php\n<\/code><\/pre>\n\n<p>add_filter( 'my_apps_plugins', function ( $apps ) {\n    \/\/ Add your app to the array. These three keys are mandatory:\n    $apps['friends'] = array(\n        \/\/ Name: The name that will be displayed.\n        'name'     =&gt; __( 'Friends', 'friends' ),\n        \/\/ The icon as a URL. You can also use a local URL inside a plugin, using <code>plugins_url()<\/code>.\n        'icon_url' =&gt; 'https:\/\/ps.w.org\/friends\/assets\/icon-256x256.png',\n        \/\/ The URL this should link to.\n        'url'      =&gt; home_url( '\/friends\/' ),\n    );\n    return $apps;\n} );\n    `<\/p>","raw_excerpt":"A WordPress app launcher.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/203545","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=203545"}],"author":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/akirk"}],"wp:attachment":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=203545"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=203545"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=203545"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=203545"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=203545"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=203545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}