'https://www.w3.org/ns/activitystreams', 'id' => $this->permalink(), 'type' => 'Application', 'inbox' => $this->permalink('/inbox'), 'outbox' => $this->permalink('/outbox'), 'preferredUsername' => config('pixelfed.domain.app'), 'publicKey' => [ 'id' => $this->permalink('#main-key'), 'owner' => $this->permalink(), 'publicKeyPem' => $this->public_key ], 'manuallyApprovesFollowers' => true, 'url' => url('/site/kb/instance-actor') ]; } }